diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2012-02-15 20:36:10 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2012-02-15 20:36:10 +0000 |
commit | 284c51c9bd06529d9058c85366d03122cc8e6270 (patch) | |
tree | 624bf8839994f8822d500c6780cfccbde90dbd29 /security/rubygem-gpgr | |
parent | f1a46bcef4b55cc8adb4217967e3eecaa570cdeb (diff) | |
download | ports-284c51c9bd06529d9058c85366d03122cc8e6270.tar.gz ports-284c51c9bd06529d9058c85366d03122cc8e6270.zip |
Notes
Diffstat (limited to 'security/rubygem-gpgr')
-rw-r--r-- | security/rubygem-gpgr/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/rubygem-gpgr/Makefile b/security/rubygem-gpgr/Makefile index cf15d6534586..7c583ab488d1 100644 --- a/security/rubygem-gpgr/Makefile +++ b/security/rubygem-gpgr/Makefile @@ -7,12 +7,15 @@ PORTNAME= gpgr PORTVERSION= 0.0.4 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= glarkin@FreeBSD.org COMMENT= Very light interface to the command-line GPG tool +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |