diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-12-02 00:03:14 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-12-02 00:03:14 +0000 |
commit | 04b2cdc5eb8a81832e37da72ed1af0abbdda11f7 (patch) | |
tree | 6f42015251288d671899cd00feda86889f6efe4b /security/p5-GnuPG-Interface | |
parent | 0f0bf1c5191d5db89261c4cb67a2004603365c51 (diff) |
Notes
Diffstat (limited to 'security/p5-GnuPG-Interface')
-rw-r--r-- | security/p5-GnuPG-Interface/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile index e94b92b0e719..9d3a576954c3 100644 --- a/security/p5-GnuPG-Interface/Makefile +++ b/security/p5-GnuPG-Interface/Makefile @@ -7,7 +7,7 @@ PORTNAME= GnuPG-Interface PORTVERSION= 0.33 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} @@ -18,7 +18,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= trevor@FreeBSD.org COMMENT= Perl module for interfacing with GnuPG -BUILD_DEPENDS= ${SITE_PERL}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ ${BUILD_DEPENDS} |