diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-17 13:21:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-17 13:21:50 +0000 |
commit | d153675e14133779fcaf1218b2b8c976aec7258c (patch) | |
tree | 29a40b3439edc28f06017a3d5315cd15421290ac /security/rubygem-attr_encrypted/Makefile | |
parent | 1451c3f9c66fb5392ddc68f75a0426fb1750c804 (diff) |
Notes
Diffstat (limited to 'security/rubygem-attr_encrypted/Makefile')
-rw-r--r-- | security/rubygem-attr_encrypted/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/rubygem-attr_encrypted/Makefile b/security/rubygem-attr_encrypted/Makefile index ef484ebda14d..cb144e08ebe4 100644 --- a/security/rubygem-attr_encrypted/Makefile +++ b/security/rubygem-attr_encrypted/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= attr_encrypted -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= security rubygems MASTER_SITES= RG @@ -10,9 +10,11 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Generates attr_accessors that encrypt and decrypt attributes LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-encryptor>=1.3.0:${PORTSDIR}/security/rubygem-encryptor +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST=yes |