diff options
author | glarkin <glarkin@FreeBSD.org> | 2012-02-16 04:36:10 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2012-02-16 04:36:10 +0800 |
commit | 1551b223221ce86c247ceed4261a7ead4f98947a (patch) | |
tree | 131fdd6a6cc8d91cabd623dc4090abf384e76f77 /security | |
parent | 9ecf9e73db634bd8447903efd4ffbe9eae68120a (diff) | |
download | freebsd-ports-gnome-1551b223221ce86c247ceed4261a7ead4f98947a.tar.gz freebsd-ports-gnome-1551b223221ce86c247ceed4261a7ead4f98947a.tar.zst freebsd-ports-gnome-1551b223221ce86c247ceed4261a7ead4f98947a.zip |
- Added gpg run dependency
- Bumped PORTREVISION
Diffstat (limited to 'security')
-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 |