summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-RBL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/p5-Mail-RBL/Makefile')
-rw-r--r--mail/p5-Mail-RBL/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/mail/p5-Mail-RBL/Makefile b/mail/p5-Mail-RBL/Makefile
new file mode 100644
index 000000000000..dfe4c822fad1
--- /dev/null
+++ b/mail/p5-Mail-RBL/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: p5-Mail-RBL
+# Date created: July 24th 2002
+# Whom: Erwin Lansing <erwin@lansing.dk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Mail-RBL
+PORTVERSION= 1.00
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Mail
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= erwin@lansing.dk
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Mail::RBL.3
+
+FILES= Makefile.PL test.pl RBL.pm
+
+pre-patch:
+.for i in ${FILES}
+ @${PERL} -pi -e 's/\r//' ${WRKSRC}/${i}
+.endfor
+ @${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \
+ -e '$$_="" if /require 5/;' \
+ -e '$$_="" if /use warnings/;' \
+ ${WRKSRC}/RBL.pm
+
+.include <bsd.port.mk>