diff options
author | billf <billf@FreeBSD.org> | 2003-06-18 00:50:39 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2003-06-18 00:50:39 +0000 |
commit | a6e14f330d3b5087bde9197c1657db3986604735 (patch) | |
tree | ab3eddffdf88be991ef52ea189cff2b08e641f8a /net/junipoll/Makefile | |
parent | 515bf1eaa2b77a2f42fd69d1c236fcfbda5defcc (diff) | |
download | FreeBSD-ports-a6e14f330d3b5087bde9197c1657db3986604735.zip FreeBSD-ports-a6e14f330d3b5087bde9197c1657db3986604735.tar.gz |
Add junipoll 1.015,
JUNIper router snmp POLLer for firewall filter counters.
Diffstat (limited to 'net/junipoll/Makefile')
-rw-r--r-- | net/junipoll/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/junipoll/Makefile b/net/junipoll/Makefile new file mode 100644 index 0000000..cafe2db --- /dev/null +++ b/net/junipoll/Makefile @@ -0,0 +1,24 @@ +# 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.015 +CATEGORIES= net perl5 +MASTER_SITES= http://dave.plonka.us/junipoll/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old + +MAINTAINER= billf@FreeBSD.org +COMMENT= JUNIper router snmp POLLer for firewall filter counters + +RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Altoids.pm:${PORTSDIR}/net/p5-Altoids + +PERL_CONFIGURE= yes + +MAN1= junipoll.1 + +.include <bsd.port.mk> |