diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-01 17:23:33 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-01 17:23:33 +0000 |
commit | 95620bc2174f1384fafacd2b856cffe79bdb263f (patch) | |
tree | 305231fd18b7edf806a48d54cc59003758cf755c /net-mgmt/ocsinventory-agent/Makefile | |
parent | 951c9c0087f396c5b2117201a1bd8e1538a4aef2 (diff) | |
download | ports-95620bc2174f1384fafacd2b856cffe79bdb263f.tar.gz ports-95620bc2174f1384fafacd2b856cffe79bdb263f.zip |
- Resolve of using PERL_CONFIGURE and USE_PERL5 together
- Convert to new perl5 framework
With hat: perl@
Notes
Notes:
svn path=/head/; revision=325888
Diffstat (limited to 'net-mgmt/ocsinventory-agent/Makefile')
-rw-r--r-- | net-mgmt/ocsinventory-agent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/ocsinventory-agent/Makefile b/net-mgmt/ocsinventory-agent/Makefile index 9506579ab1b3..b03c868ef544 100644 --- a/net-mgmt/ocsinventory-agent/Makefile +++ b/net-mgmt/ocsinventory-agent/Makefile @@ -20,9 +20,9 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ 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 \ |