blob: d6e7bbc16de62fd4ffd74364f8e68d235d397d08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: bsnmp-regex
# Date created: 11 February 2007
# Whom: brock@cotcomsol.com
#
# $FreeBSD$
#
PORTNAME= bsnmp-regex
PORTVERSION= 0.1
CATEGORIES= net-mgmt
MASTER_SITES= http://memberwebs.com/nielsen/software/bsnmp-regex/
MAINTAINER= brock@cotcomsol.com
COMMENT= A bsnmpd module allowing creation of counters from log files
HAS_CONFIGURE= yes
MAN1= sockin.1
MAN5= bsnmp-regex.conf.5
MAN8= bsnmp-regex.8
PLIST_FILES= bin/sockin \
lib/snmp_regex.so \
lib/snmp_regex.so.0
.include <bsd.port.mk>
|