svn commit: r325888 - head/net-mgmt/ocsinventory-agent

Andrej Zverev az at FreeBSD.org
Sun Sep 1 17:23:34 UTC 2013


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 \


More information about the svn-ports-all mailing list