summaryrefslogtreecommitdiff
path: root/dns/p5-Net-RBLClient/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/p5-Net-RBLClient/Makefile')
-rw-r--r--dns/p5-Net-RBLClient/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/dns/p5-Net-RBLClient/Makefile b/dns/p5-Net-RBLClient/Makefile
index f728687f68c6..67b09bb19c2e 100644
--- a/dns/p5-Net-RBLClient/Makefile
+++ b/dns/p5-Net-RBLClient/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Net-RBLClient
-# Date created: 2006-07-13
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= Net-RBLClient
PORTVERSION= 0.5
@@ -20,10 +16,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/RBLCLient-${PORTVERSION}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= spamalyze.1
MAN3= Net::RBLClient.3
-.include <bsd.port.pre.mk>
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>