diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-17 23:18:29 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-17 23:18:29 +0000 |
commit | 5d14d0a8854d7aa9eb91af4520e838083f87054e (patch) | |
tree | eec71b386a2d431eed7b18230328b608a8dbc4a1 /mail/p5-Mail-DomainKeys | |
parent | b686c4f981586af6b11765856e375a24ebb0e5c9 (diff) | |
download | ports-5d14d0a8854d7aa9eb91af4520e838083f87054e.tar.gz ports-5d14d0a8854d7aa9eb91af4520e838083f87054e.zip |
Notes
Diffstat (limited to 'mail/p5-Mail-DomainKeys')
-rw-r--r-- | mail/p5-Mail-DomainKeys/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/p5-Mail-DomainKeys/Makefile b/mail/p5-Mail-DomainKeys/Makefile index 18c681e83a9d..4b5d94f5797f 100644 --- a/mail/p5-Mail-DomainKeys/Makefile +++ b/mail/p5-Mail-DomainKeys/Makefile @@ -7,6 +7,7 @@ PORTNAME= Mail-DomainKeys PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Perl implementation of DomainKeys -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} +RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ + p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes |