diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-12-30 20:52:53 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-12-30 20:52:53 +0000 |
commit | 1837fdf345f00c82512707477be4b73cee341dcf (patch) | |
tree | 2d16e280e23d4b0c96e81fd1f1cb1c302e8efe16 /mail/p5-Mail-DomainKeys | |
parent | 637383eb5abca3e20f4aeeeace550966e5ebbedb (diff) |
Notes
Diffstat (limited to 'mail/p5-Mail-DomainKeys')
-rw-r--r-- | mail/p5-Mail-DomainKeys/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/p5-Mail-DomainKeys/Makefile b/mail/p5-Mail-DomainKeys/Makefile index d76661743cfa..f50be27bbbd6 100644 --- a/mail/p5-Mail-DomainKeys/Makefile +++ b/mail/p5-Mail-DomainKeys/Makefile @@ -15,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Perl implementation of DomainKeys -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA @@ -29,7 +28,7 @@ MAN3= Mail::DomainKeys.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= Perl 5.8 or newer required. Install lang/perl5.8 and try again. +IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again .endif post-patch: |