aboutsummaryrefslogtreecommitdiff
path: root/security/p5-GnuPG-Interface
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-03-13 22:30:58 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-03-13 22:30:58 +0000
commit6f1284de57449b3d4cbb7932febc5caad14f78f9 (patch)
tree30b786add364d0ce93fbbd5a934237cdec438493 /security/p5-GnuPG-Interface
parent7bd5bbe9e025a78a4f57217897724f0815edffeb (diff)
downloadports-6f1284de57449b3d4cbb7932febc5caad14f78f9.tar.gz
ports-6f1284de57449b3d4cbb7932febc5caad14f78f9.zip
- update dependency
- bump PORTREVISION Pointy hat to: leeym
Notes
Notes: svn path=/head/; revision=209015
Diffstat (limited to 'security/p5-GnuPG-Interface')
-rw-r--r--security/p5-GnuPG-Interface/Makefile5
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