aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-FusionInventory-Agent
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-05 05:32:00 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-05 05:32:00 +0000
commitdb0ad9aca8f73f1a164f131f885709b1c7b6d95c (patch)
treed8c96f939c99010cc3eea93eae8bf34d8ea463b5 /net-mgmt/p5-FusionInventory-Agent
parent9b9f387c1ec31d45a6a9ee4335f291f97c1fdc4e (diff)
downloadports-db0ad9aca8f73f1a164f131f885709b1c7b6d95c.tar.gz
ports-db0ad9aca8f73f1a164f131f885709b1c7b6d95c.zip
Remove Perl core modules
- Add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl
Notes
Notes: svn path=/head/; revision=433367
Diffstat (limited to 'net-mgmt/p5-FusionInventory-Agent')
-rw-r--r--net-mgmt/p5-FusionInventory-Agent/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-mgmt/p5-FusionInventory-Agent/Makefile b/net-mgmt/p5-FusionInventory-Agent/Makefile
index 026c6497c5b4..a4f7210fd61f 100644
--- a/net-mgmt/p5-FusionInventory-Agent/Makefile
+++ b/net-mgmt/p5-FusionInventory-Agent/Makefile
@@ -3,6 +3,7 @@
PORTNAME= FusionInventory-Agent
PORTVERSION= 2.3.17
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:GROUSSE
@@ -13,8 +14,7 @@ COMMENT= Agent for OCS Inventory server and FusionInventory for GLPI servers
LICENSE= GPLv2
-BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.59:devel/p5-ExtUtils-MakeMaker \
- p5-File-Which>=0:sysutils/p5-File-Which \
+BUILD_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \
p5-libwww>=0:www/p5-libwww \
p5-Net-IP>=0:net-mgmt/p5-Net-IP \
p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require \
@@ -35,8 +35,7 @@ TEST_DEPENDS= p5-POE-Component-Client-Ping>=0:net/p5-POE-Component-Client-Ping \
p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-Test-MockModule>=0:devel/p5-Test-MockModule \
p5-Test-MockObject>=0:devel/p5-Test-MockObject \
- p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \
- p5-Test-Simple>=0.93:devel/p5-Test-Simple
+ p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
CONFLICTS= p5-FusionInventory-Agent-Task-NetDiscovery-* \
p5-FusionInventory-Agent-Task-SNMPQuery-*
@@ -56,6 +55,7 @@ VMWARE_DESC= VMware hypervisor remote inventory task
WOL_DESC= Wake on LAN task
ZLIB_DESC= Zlib compression
+NO_ARCH= yes
USES= gmake perl5
USE_PERL5= configure
USE_RC_SUBR= fusioninventory
@@ -83,7 +83,6 @@ PCIUTILS_RUN_DEPENDS+= lspci:sysutils/pciutils
SSL_RUN_DEPENDS= p5-IO-Socket-SSL>=1.14:security/p5-IO-Socket-SSL \
p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https
WOL_RUN_DEPENDS= p5-Net-Write>=0:net/p5-Net-Write
-ZLIB_RUN_DEPENDS= p5-Compress-Raw-Zlib>=0:archivers/p5-Compress-Raw-Zlib
post-patch:
@${FIND} ${WRKSRC} -type f \( -name '*.orig' \) -delete