2007-08-31 03:54:40 +02:00
|
|
|
# New ports collection makefile for: ocsinventory-agent
|
2007-08-24 16:55:36 +02:00
|
|
|
# Date created: 14 August 2007
|
|
|
|
# Whom: Dennis Cabooter
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Ocsinventory
|
2009-06-09 00:43:20 +02:00
|
|
|
PORTVERSION= 1.02
|
2010-05-27 18:29:11 +02:00
|
|
|
PORTREVISION= 1
|
2007-08-24 16:55:36 +02:00
|
|
|
CATEGORIES= net-mgmt
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME:L}/OCS%20Inventory%20NG/${PORTVERSION}
|
2007-08-24 16:55:36 +02:00
|
|
|
PKGNAMESUFFIX= -Agent
|
2009-06-09 00:43:20 +02:00
|
|
|
DISTNAME= OCSNG_UNIX_AGENT-${PORTVERSION}
|
2007-08-24 16:55:36 +02:00
|
|
|
|
2009-06-09 00:43:20 +02:00
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
2007-08-24 16:55:36 +02:00
|
|
|
COMMENT= Keep track of the computers configuration and software
|
|
|
|
|
2010-05-27 18:29:11 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
2007-08-24 16:55:36 +02:00
|
|
|
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
|
|
|
|
${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \
|
2010-05-27 18:29:11 +02:00
|
|
|
${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon
|
|
|
|
BUILD_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode \
|
2007-08-24 16:55:36 +02:00
|
|
|
lspci:${PORTSDIR}/sysutils/pciutils
|
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
PERL_CONFIGURE= yes
|
2008-06-09 02:31:45 +02:00
|
|
|
IS_INTERACTIVE= yes
|
2009-06-09 00:43:20 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-1.0.1
|
2007-08-24 16:55:36 +02:00
|
|
|
|
2008-06-07 05:30:20 +02:00
|
|
|
MAN1= ocsinventory-agent.1
|
|
|
|
|
2007-08-24 16:55:36 +02:00
|
|
|
.include <bsd.port.mk>
|