svn commit: r325899 - head/dns/p5-Net-DNS-Resolver-Programmable

Andrej Zverev az at FreeBSD.org
Sun Sep 1 18:17:20 UTC 2013


Author: az
Date: Sun Sep  1 18:17:20 2013
New Revision: 325899
URL: http://svnweb.freebsd.org/changeset/ports/325899

Log:
  - Resolve of using PERL_MODBUILD and PERL_CONFIGURE together
  - Convert to new perl5 framework
  - Trim Makefile header
  
  With hat:	perl@

Modified:
  head/dns/p5-Net-DNS-Resolver-Programmable/Makefile   (contents, props changed)

Modified: head/dns/p5-Net-DNS-Resolver-Programmable/Makefile
==============================================================================
--- head/dns/p5-Net-DNS-Resolver-Programmable/Makefile	Sun Sep  1 18:15:29 2013	(r325898)
+++ head/dns/p5-Net-DNS-Resolver-Programmable/Makefile	Sun Sep  1 18:17:20 2013	(r325899)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Net-DNS-Resolver-Programmable
-# Date created:				February 9, 2007
-# Whom:	      				Koen Martens <gmc at sonologic.nl>
-#
+# Created by: Koen Martens <gmc at sonologic.nl>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-DNS-Resolver-Programmable
 PORTVERSION=	0.003
@@ -19,8 +15,8 @@ RUN_DEPENDS=	p5-Net-DNS>=0:${PORTSDIR}/d
 		p5-version>=0:${PORTSDIR}/devel/p5-version
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_MODBUILD=	yes
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Net::DNS::Resolver::Programmable.3
 


More information about the svn-ports-all mailing list