Remove Perl core modules

- Add NO_ARCH
- Bump PORTREVISION for dependency change

With hat:	perl
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-02-05 05:32:00 +00:00
parent 9b9f387c1e
commit db0ad9aca8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433367

View file

@ -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