diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:28:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:28:07 +0000 |
commit | b15e495041a4fd2f9fafcc7d9540759c4c22a610 (patch) | |
tree | a2818cc36d7e06c4c64a53b943d25f7b90c450f3 /dns/p5-Net-RBLClient | |
parent | 46c6877a4a150b8a708675a333110c1effbc512e (diff) |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=327451
Diffstat (limited to 'dns/p5-Net-RBLClient')
-rw-r--r-- | dns/p5-Net-RBLClient/Makefile | 12 |
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> |