1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- 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
This commit is contained in:
Steve Wills 2012-03-17 23:18:29 +00:00
parent b686c4f981
commit 5d14d0a885
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293485

View File

@ -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