mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
3de5a84967
Move net/rrdtool to databases/rrdtool. It's an itch which needs to be scratched: net/rrdtool came from net/mrtg, which was a good location for it. net/mrtg has later been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database Tools", therefor it's better if it moves to databases/rrdtool. Same with net/rrdtool10. PR: ports/112942 Submitted by: Edwin Groothuis <edwin@mavetju.org>
25 lines
580 B
Makefile
25 lines
580 B
Makefile
# New ports collection makefile for: junipoll
|
|
# Date created: Tue Jun 17 17:28:52 PDT 2003
|
|
# Whom: Bill Fumerola <billf@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= junipoll
|
|
PORTVERSION= 1.018
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= http://net.doit.wisc.edu/~plonka/junipoll/
|
|
MASTER_SITE_SUBDIR= . old
|
|
|
|
MAINTAINER= farrokhi@FreeBSD.org
|
|
COMMENT= JUNIper router snmp POLLer for firewall filter counters
|
|
|
|
RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \
|
|
${SITE_PERL}/Altoids.pm:${PORTSDIR}/net-mgmt/p5-Altoids
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= junipoll.1
|
|
|
|
.include <bsd.port.mk>
|