diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2006-09-03 20:40:05 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2006-09-03 20:40:05 +0000 |
commit | 1c495cbf105ca3a4c3d303483edea5be5756438a (patch) | |
tree | ce4d0719bb957481b79122bf6eb1158bd79640fa /mail | |
parent | e86b9a93cb0ba930dcd2dc55875240b4cda2b65e (diff) | |
download | ports-1c495cbf105ca3a4c3d303483edea5be5756438a.tar.gz ports-1c495cbf105ca3a4c3d303483edea5be5756438a.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-DomainKeys/Makefile | 15 | ||||
-rw-r--r-- | mail/p5-Mail-DomainKeys/distinfo | 6 |
2 files changed, 12 insertions, 9 deletions
diff --git a/mail/p5-Mail-DomainKeys/Makefile b/mail/p5-Mail-DomainKeys/Makefile index f5b872c30ceb..5f9c996c2453 100644 --- a/mail/p5-Mail-DomainKeys/Makefile +++ b/mail/p5-Mail-DomainKeys/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mail-DomainKeys -PORTVERSION= 0.82 +PORTVERSION= 0.84 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -15,11 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Perl implementation of DomainKeys -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}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ + ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ + ${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -31,6 +30,10 @@ MAN3= Mail::DomainKeys.3 IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again .endif +.if ${PERL_LEVEL} < 500800 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +.endif + post-patch: @${PERL} -pi -e '$$_="" if $$.>=6 && $$.<=38' ${WRKSRC}/Makefile.PL diff --git a/mail/p5-Mail-DomainKeys/distinfo b/mail/p5-Mail-DomainKeys/distinfo index 8fcdaeb2f63b..4a7dfb00ccb4 100644 --- a/mail/p5-Mail-DomainKeys/distinfo +++ b/mail/p5-Mail-DomainKeys/distinfo @@ -1,3 +1,3 @@ -MD5 (Mail-DomainKeys-0.82.tar.gz) = 55153dae35c57bc374f6e2cca2131031 -SHA256 (Mail-DomainKeys-0.82.tar.gz) = a18ad65683e6d1d4852295aa5ff71354a4bca8d2dd978170a7f0b14e5664f963 -SIZE (Mail-DomainKeys-0.82.tar.gz) = 9117 +MD5 (Mail-DomainKeys-0.84.tar.gz) = 5943ddb79f9bc177a96231d25c059233 +SHA256 (Mail-DomainKeys-0.84.tar.gz) = aacb8690285f4dc0f676a36508c670ec661be6e3d50822979c8d009e57fca97c +SIZE (Mail-DomainKeys-0.84.tar.gz) = 9216 |