diff options
author | leeym <leeym@FreeBSD.org> | 2005-12-31 04:52:53 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-12-31 04:52:53 +0800 |
commit | e2392b66b36c78c70eeba603862e67332ae00854 (patch) | |
tree | ba99c85ec360cabf5335d6d7373875d8630b60f3 /mail/p5-Mail-DomainKeys | |
parent | f0e69075a7b64acbe67360a03451c5293cc20bc6 (diff) | |
download | freebsd-ports-gnome-e2392b66b36c78c70eeba603862e67332ae00854.tar.gz freebsd-ports-gnome-e2392b66b36c78c70eeba603862e67332ae00854.tar.zst freebsd-ports-gnome-e2392b66b36c78c70eeba603862e67332ae00854.zip |
- correct dependency
PR: 90260
Submitted by: leeym
Approved by: maintainer timeout
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: |