Index: head/security/rubygem-aes_key_wrap/Makefile =================================================================== --- head/security/rubygem-aes_key_wrap/Makefile (revision 464113) +++ head/security/rubygem-aes_key_wrap/Makefile (revision 464114) @@ -1,18 +1,21 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= aes_key_wrap PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby implementation of AES Key Wrap LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_RUBY= yes -USES= gem +USES= gem shebangfix + +SHEBANG_FILES= bin/setup .include