mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
30 lines
780 B
Makefile
30 lines
780 B
Makefile
# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
|
|
|
|
PORTNAME= netmagis
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -metro
|
|
|
|
COMMENT= Netmagis metrology module
|
|
|
|
LICENSE= CECILL-B
|
|
|
|
RUN_DEPENDS+= netmagis-config:net-mgmt/netmagis-common \
|
|
p5-DBD-Pg>0:databases/p5-DBD-Pg \
|
|
p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP \
|
|
p5-SNMP_Session>=0:net-mgmt/p5-SNMP_Session \
|
|
p5-RRDTool-OO>=0:devel/p5-RRDTool-OO
|
|
|
|
USES= perl5 shebangfix
|
|
SHEBANG_FILES= metro/bin/metrocreatedb metro/bin/metropoller metro/bin/metropoller-run \
|
|
metro/lib/plugins/plugin-ipmac metro/lib/plugins/plugin-portmac \
|
|
metro/ws/gengraph
|
|
|
|
MASTERDIR= ${.CURDIR}/../netmagis-common
|
|
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
.include "${MASTERDIR}/Makefile"
|