Date: Sun, 1 Sep 2013 17:23:34 +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: r325888 - head/net-mgmt/ocsinventory-agent Message-ID: <201309011723.r81HNYSM055542@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Sun Sep 1 17:23:33 2013 New Revision: 325888 URL: http://svnweb.freebsd.org/changeset/ports/325888 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5 together - Convert to new perl5 framework With hat: perl@ Modified: head/net-mgmt/ocsinventory-agent/Makefile (contents, props changed) Modified: head/net-mgmt/ocsinventory-agent/Makefile ============================================================================== --- head/net-mgmt/ocsinventory-agent/Makefile Sun Sep 1 17:21:40 2013 (r325887) +++ head/net-mgmt/ocsinventory-agent/Makefile Sun Sep 1 17:23:33 2013 (r325888) @@ -20,9 +20,9 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww BUILD_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode \ lspci:${PORTSDIR}/sysutils/pciutils +USES= perl5 FETCH_ARGS= -USE_PERL5= yes -PERL_CONFIGURE= yes +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAN1= ocsinventory-agent.1 MAN3= Ocsinventory::Agent::XML::Inventory.3 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011723.r81HNYSM055542>