diff options
author | vs <vs@FreeBSD.org> | 2005-10-06 00:28:27 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-10-06 00:28:27 +0800 |
commit | beadbab39f5cc385aa16a0f51c72ae7e22ed3ed3 (patch) | |
tree | 126f591f302e0de123b24dd3cd393a361ce8cedf /mail/p5-Mail-SpamAssassin | |
parent | aac29981b6a2079b40b134c55a16f06acaaece6b (diff) | |
download | freebsd-ports-gnome-beadbab39f5cc385aa16a0f51c72ae7e22ed3ed3.tar.gz freebsd-ports-gnome-beadbab39f5cc385aa16a0f51c72ae7e22ed3ed3.tar.zst freebsd-ports-gnome-beadbab39f5cc385aa16a0f51c72ae7e22ed3ed3.zip |
Introduce a versioned dependency on p5-Net-DNS. Earlier versions look fishy
though it might not be a real problem.
Reviewed by: perl
Diffstat (limited to 'mail/p5-Mail-SpamAssassin')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile index a475a791df4d..b193777df78a 100644 --- a/mail/p5-Mail-SpamAssassin/Makefile +++ b/mail/p5-Mail-SpamAssassin/Makefile @@ -17,7 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:apache,cpan MAINTAINER= perl@FreeBSD.org COMMENT= A highly efficient mail filter for identifying spam -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ +BUILD_DEPENDS= p5-Net-DNS>=0.53:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools RUN_DEPENDS= ${BUILD_DEPENDS} |