diff options
author | clsung <clsung@FreeBSD.org> | 2010-04-29 15:59:56 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2010-04-29 15:59:56 +0800 |
commit | a1babf146b6bebe4a72a7a7798e127cc28d51a77 (patch) | |
tree | 739e94f621871c7afe1c1832ebae066875fcf9cf /security | |
parent | 87a2c1f45664c940353616adc5d443beab89cbd8 (diff) | |
download | freebsd-ports-graphics-a1babf146b6bebe4a72a7a7798e127cc28d51a77.tar.gz freebsd-ports-graphics-a1babf146b6bebe4a72a7a7798e127cc28d51a77.tar.zst freebsd-ports-graphics-a1babf146b6bebe4a72a7a7798e127cc28d51a77.zip |
- fix dependency
- bump PORTREVISION
PR: ports/144709
Submitted by: Rainer Duffner <rainer_AT_ultra-secure dot de>
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-GnuPG-Interface/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile index 0102dd1ddc0..3bff5aaf8c5 100644 --- a/security/p5-GnuPG-Interface/Makefile +++ b/security/p5-GnuPG-Interface/Makefile @@ -7,6 +7,7 @@ PORTNAME= GnuPG-Interface PORTVERSION= 0.42 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +16,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Perl module for interfacing with GnuPG RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg \ + p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \ p5-Class-MethodMaker>=1.00:${PORTSDIR}/devel/p5-Class-MethodMaker BUILD_DEPENDS= ${RUN_DEPENDS} |