freebsd-ports/net-mgmt/junipoll/Makefile
Edwin Groothuis 3de5a84967 First steps in a big migration:
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>
2007-07-05 06:19:49 +00:00

24 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>