summaryrefslogtreecommitdiff
path: root/www/p5-Apache-AntiSpam/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-21 06:43:47 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-21 06:43:47 +0000
commit6ccedaec784f3e5eff1bef870729035eca85165e (patch)
tree9d972905a8581f3caa44c7f1d32663e0e95a76f0 /www/p5-Apache-AntiSpam/Makefile
parentupgrade to 3.0 (diff)
add p5-Apache-AntiSpam 0.05
AntiSpam filter for web pages PR: 39166 Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes: svn path=/head/; revision=66990
Diffstat (limited to '')
-rw-r--r--www/p5-Apache-AntiSpam/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/www/p5-Apache-AntiSpam/Makefile b/www/p5-Apache-AntiSpam/Makefile
new file mode 100644
index 000000000000..e0506eec40b5
--- /dev/null
+++ b/www/p5-Apache-AntiSpam/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: p5-Apache-AntiSpam
+# Date created: 11 June 2002
+# Whom: Erwin Lansing <erwin@lansing.dk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Apache-AntiSpam
+PORTVERSION= 0.05
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Apache
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= erwin@lansing.dk
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Email/Find.pm:${PORTSDIR}/mail/p5-Email-Find
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Apache::AntiSpam.3 \
+ Apache::AntiSpam::HTMLEncode.3 \
+ Apache::AntiSpam::NoSpam.3 \
+ Apache::AntiSpam::Heuristic.3 \
+
+.include <bsd.port.mk>