diff options
author | az <az@FreeBSD.org> | 2013-09-02 01:23:33 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 01:23:33 +0800 |
commit | 2c0da6c1c70b643fac5a21b28f85fb3e1aa78edc (patch) | |
tree | 305231fd18b7edf806a48d54cc59003758cf755c /net-mgmt | |
parent | bfa52575bc43a4150080340d9f55d87b7f2098df (diff) | |
download | freebsd-ports-gnome-2c0da6c1c70b643fac5a21b28f85fb3e1aa78edc.tar.gz freebsd-ports-gnome-2c0da6c1c70b643fac5a21b28f85fb3e1aa78edc.tar.zst freebsd-ports-gnome-2c0da6c1c70b643fac5a21b28f85fb3e1aa78edc.zip |
- Resolve of using PERL_CONFIGURE and USE_PERL5 together
- Convert to new perl5 framework
With hat: perl@
Diffstat (limited to 'net-mgmt')
-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 \ |