summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-DomainKeys
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-03-17 23:18:29 +0000
committerSteve Wills <swills@FreeBSD.org>2012-03-17 23:18:29 +0000
commit5d14d0a8854d7aa9eb91af4520e838083f87054e (patch)
treeeec71b386a2d431eed7b18230328b608a8dbc4a1 /mail/p5-Mail-DomainKeys
parentFix build with non-base compilers (gcc46, clang...) (diff)
- Add missing DEPENDS
- Avoid use of SITE_PERL in DEPENDS - Bump PORTREVISION PR: ports/165665 Approved by: maintainer timeout (skv, 2 weeks) Feature safe: yes
Notes
Notes: svn path=/head/; revision=293485
Diffstat (limited to 'mail/p5-Mail-DomainKeys')
-rw-r--r--mail/p5-Mail-DomainKeys/Makefile9
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