diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-12-30 02:57:27 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-12-30 02:57:27 +0000 |
commit | 0c36f16a28ac21e7b52f2a79543ac6ee50d5390a (patch) | |
tree | 47e2efeb2859417b0c46095daa6985a9681660cc /security/p5-GnuPG-Interface | |
parent | 1966b98fe298dc850eae46da8c66b642ebeb4777 (diff) | |
download | ports-0c36f16a28ac21e7b52f2a79543ac6ee50d5390a.tar.gz ports-0c36f16a28ac21e7b52f2a79543ac6ee50d5390a.zip |
Notes
Diffstat (limited to 'security/p5-GnuPG-Interface')
-rw-r--r-- | security/p5-GnuPG-Interface/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile index 9d3a576954c3..2056b68d205b 100644 --- a/security/p5-GnuPG-Interface/Makefile +++ b/security/p5-GnuPG-Interface/Makefile @@ -12,8 +12,8 @@ CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} MASTER_SITE_SUBDIR= GnuPG/:cpan gnupg-interface/:sf -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:cpan,sf PKGNAMEPREFIX= p5- +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:cpan,sf MAINTAINER= trevor@FreeBSD.org COMMENT= Perl module for interfacing with GnuPG @@ -36,4 +36,11 @@ MAN3= GnuPG::Fingerprint.3 \ GnuPG::SubKey.3 \ GnuPG::UserId.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +# p5-GnuPG-Interface -> p5-Class-MethodMaker +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> |