blob: 7360b29f46b2e5e7467913c5b4717620d4848d1d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Created by: Emil Smolenski <am@raisa.eu.org>
# $FreeBSD$
PORTNAME= FusionInventory-Agent-Task-NetDiscovery
PORTVERSION= 1.5
CATEGORIES= net-mgmt
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:FUSINV
PKGNAMEPREFIX= p5-
MAINTAINER= am@raisa.eu.org
COMMENT= Network discovery support for FusionInventory Agent
LICENSE= GPLv2
BUILD_DEPENDS= p5-FusionInventory-Agent>=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-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager \
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
p5-XML-TreePP>=0:${PORTSDIR}/textproc/p5-XML-TreePP
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= FusionInventory::Agent::Task::NetDiscovery.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
post-patch:
${RM} ${WRKSRC}/lib/FusionInventory/Agent/Task/NetDiscovery.pm.orig
.include <bsd.port.post.mk>
|