summaryrefslogtreecommitdiff
path: root/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/Makefile
blob: 005b9145103d212d65a2e8f8a6b1317ae7cfb9a2 (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
# Created by: Emil Smolenski <am@raisa.eu.org>
# $FreeBSD$

PORTNAME=	FusionInventory-Agent-Task-NetDiscovery
PORTVERSION=	2.1
PORTREVISION=	1
CATEGORIES=	net-mgmt
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:FUSINV
PKGNAMEPREFIX=	p5-

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Network discovery support for FusionInventory Agent

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-FusionInventory-Agent>=2.2.0:net-mgmt/p5-FusionInventory-Agent \
		p5-Net-IP>=0:net-mgmt/p5-Net-IP \
		p5-Net-NBName>=0:net/p5-Net-NBName \
		p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP \
		p5-XML-TreePP>=0.26:textproc/p5-XML-TreePP

USES=		perl5
USE_PERL5=	configure

post-patch:
	@${REINPLACE_CMD} -e '40,$$ d' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>