aboutsummaryrefslogtreecommitdiff
path: root/mail/spampd/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-12-09 09:59:42 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-12-09 09:59:42 +0000
commit0b3a0a198ce8e43fe20f173a93f93c4bb789740f (patch)
tree2c09387cefd66591536bf1fb8327d91dc9d9c631 /mail/spampd/Makefile
parent54fdbc8ef2507e61d64860b2cd8bbe1798865f54 (diff)
downloadports-0b3a0a198ce8e43fe20f173a93f93c4bb789740f.tar.gz
ports-0b3a0a198ce8e43fe20f173a93f93c4bb789740f.zip
Notes
Diffstat (limited to 'mail/spampd/Makefile')
-rw-r--r--mail/spampd/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile
index b70b26e48288..ad050045728a 100644
--- a/mail/spampd/Makefile
+++ b/mail/spampd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= spampd
-PORTVERSION= 2.20
+PORTVERSION= 2.30
CATEGORIES= mail perl5
MASTER_SITES= http://www.worlddesign.com/Content/rd/mta/spampd/
@@ -22,4 +22,11 @@ do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/spampd ${PREFIX}/sbin
@${INSTALL_SCRIPT} ${FILESDIR}/spampd.sh.sample ${PREFIX}/etc/rc.d
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+# spampd -> p5-Mail-SpamAssassin
+.if ${PERL_LEVEL} < 500601
+IGNORE= needs perl 5.6.1 or higher, install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>