Date: Sun, 1 Sep 2013 18:17:20 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325899 - head/dns/p5-Net-DNS-Resolver-Programmable Message-ID: <201309011817.r81IHKTt086716@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@sonologic.nl> -# +# Created by: Koen Martens <gmc@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011817.r81IHKTt086716>