1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/Makefile
Sunpoet Po-Chuan Hsieh f3f38ae162 - Update to 2.1
- Add LICENSE
- Support STAGEDIR
- Pass maintainership to submitter
- While I'm here:
  - Fix *_DEPENDS:
  - Fix PLIST:
    - Replace mach by %%PERL_ARCH%%
    - Remove @dirrmtry on %%SITE_PERL%%/%%PERL_ARCH%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%

Changes:
PR:		ports/183684
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2013-11-09 21:46:22 +00:00

30 lines
788 B
Makefile

# Created by: Emil Smolenski <am@raisa.eu.org>
# $FreeBSD$
PORTNAME= FusionInventory-Agent-Task-NetDiscovery
PORTVERSION= 2.1
CATEGORIES= net-mgmt
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:FUSINV
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Network discovery support for FusionInventory Agent
LICENSE= GPLv2
BUILD_DEPENDS= p5-FusionInventory-Agent>=2.2.0:${PORTSDIR}/net-mgmt/p5-FusionInventory-Agent \
p5-Net-IP>=0:${PORTSDIR}/net-mgmt/p5-Net-IP \
p5-Net-NBName>=0:${PORTSDIR}/net/p5-Net-NBName \
p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
p5-XML-TreePP>=0.26:${PORTSDIR}/textproc/p5-XML-TreePP
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e '40,$$ d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>