View | Details | Raw Unified | Return to bug 146491
Collapse All | Expand All

(-)ocsinventory-agent/Makefile (-3 / +3 lines)
Lines 15-25 Link Here
15
MAINTAINER=	araujo@FreeBSD.org
15
MAINTAINER=	araujo@FreeBSD.org
16
COMMENT=	Keep track of the computers configuration and software
16
COMMENT=	Keep track of the computers configuration and software
17
17
18
BUILD_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
18
RUN_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
19
		${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
19
		${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
20
		${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \
20
		${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \
21
		${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon \
21
		${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon
22
		dmidecode:${PORTSDIR}/sysutils/dmidecode \
22
BUILD_DEPENDS=	dmidecode:${PORTSDIR}/sysutils/dmidecode \
23
		lspci:${PORTSDIR}/sysutils/pciutils
23
		lspci:${PORTSDIR}/sysutils/pciutils
24
24
25
USE_PERL5=	yes
25
USE_PERL5=	yes

Return to bug 146491