diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 13:10:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 13:10:09 +0000 |
commit | 5c64b5a4911718fa81c0be3e3aad5da37630a2dc (patch) | |
tree | 00fcf0fa616ca872f96b192c443509a356ced8c0 /mail/p5-Mail-Spool/Makefile | |
parent | 72fedb70a9074e30f94495fc051cf2771a93b3f0 (diff) | |
download | ports-5c64b5a4911718fa81c0be3e3aad5da37630a2dc.tar.gz ports-5c64b5a4911718fa81c0be3e3aad5da37630a2dc.zip |
Notes
Diffstat (limited to 'mail/p5-Mail-Spool/Makefile')
-rw-r--r-- | mail/p5-Mail-Spool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/p5-Mail-Spool/Makefile b/mail/p5-Mail-Spool/Makefile index 76584adf8c8a..1cea7edd287c 100644 --- a/mail/p5-Mail-Spool/Makefile +++ b/mail/p5-Mail-Spool/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= chifeng@gmail.com COMMENT= A "pure perl" implementation of mail spooling, unspooling and sending -BUILD_DEPENDS= ${SITE_PERL}/File/NFSLock.pm:${PORTSDIR}/devel/p5-File-NFSLock \ - ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +BUILD_DEPENDS= p5-File-NFSLock>=0:${PORTSDIR}/devel/p5-File-NFSLock \ + p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ + p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |