diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2012-06-05 14:27:52 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2012-06-05 14:27:52 +0000 |
commit | 5f4a456e719a61519010ce27a49eb90ba8250de7 (patch) | |
tree | 17d823c85715d0ec505fc52871180c8c7bddc53c /mail/pop-before-smtp | |
parent | 0f5fc169c026fcec8b60e1cdf320509355a31497 (diff) | |
download | ports-5f4a456e719a61519010ce27a49eb90ba8250de7.tar.gz ports-5f4a456e719a61519010ce27a49eb90ba8250de7.zip |
Notes
Diffstat (limited to 'mail/pop-before-smtp')
-rw-r--r-- | mail/pop-before-smtp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/pop-before-smtp/Makefile b/mail/pop-before-smtp/Makefile index 6a54e574e325..2b77df270f0e 100644 --- a/mail/pop-before-smtp/Makefile +++ b/mail/pop-before-smtp/Makefile @@ -13,9 +13,9 @@ MASTER_SITES= SF/popbsmtp/Source%20tar/${PORTVERSION} MAINTAINER= jadawin@FreeBSD.org COMMENT= A log parser to identify valid POP/IMAP logins for later smtp -RUN_DEPENDS= ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ - ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate +RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ + p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ + p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate NO_BUILD= yes USE_PERL5_RUN= yes |