1PORTNAME= aes_key_wrap 2PORTVERSION= 1.1.0 3CATEGORIES= security rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Ruby implementation of AES Key Wrap 8WWW= https://github.com/tomdalling/aes_key_wrap 9 10LICENSE= mit 11LICENSE_FILE= ${WRKSRC}/LICENSE.txt 12 13USES= gem shebangfix 14 15NO_ARCH= yes 16 17SHEBANG_FILES= bin/setup 18 19.include <bsd.port.mk> 20