diff options
author | leeym <leeym@FreeBSD.org> | 2008-03-14 06:30:58 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-03-14 06:30:58 +0800 |
commit | 08432a1565a3129fe946af468c9f8ac40805d9f0 (patch) | |
tree | ee29ec24a439bc23ab3004f2d4c9573b6272881a | |
parent | eac24cb6a5583d1785ebb8260bafcaa973f5c353 (diff) | |
download | freebsd-ports-gnome-08432a1565a3129fe946af468c9f8ac40805d9f0.tar.gz freebsd-ports-gnome-08432a1565a3129fe946af468c9f8ac40805d9f0.tar.zst freebsd-ports-gnome-08432a1565a3129fe946af468c9f8ac40805d9f0.zip |
- update dependency
- bump PORTREVISION
Pointy hat to: leeym
-rw-r--r-- | security/p5-GnuPG-Interface/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile index 45c0c67279cc..2bd009212d9e 100644 --- a/security/p5-GnuPG-Interface/Makefile +++ b/security/p5-GnuPG-Interface/Makefile @@ -7,6 +7,7 @@ PORTNAME= GnuPG-Interface PORTVERSION= 0.36 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN SF PKGNAMEPREFIX= p5- @@ -14,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Perl module for interfacing with GnuPG -BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg \ - p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker + p5-Class-MethodMaker>=1.00:${PORTSDIR}/devel/p5-Class-MethodMaker +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |