diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-02 22:24:47 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-02 22:24:47 +0000 |
commit | 41a501d1b5e6f808f698a1a646e582727c0372a1 (patch) | |
tree | 9274d974de090987fb8c0a6b08c59be85357b950 /net-mgmt | |
parent | d8a93a2dd6e7d4582d83e9f9f2b8f585263aec2f (diff) | |
download | ports-41a501d1b5e6f808f698a1a646e582727c0372a1.tar.gz ports-41a501d1b5e6f808f698a1a646e582727c0372a1.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ourmon/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-mgmt/ourmon/Makefile b/net-mgmt/ourmon/Makefile index 9ffa77a10414..b366100d343d 100644 --- a/net-mgmt/ourmon/Makefile +++ b/net-mgmt/ourmon/Makefile @@ -9,13 +9,16 @@ MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/${PORTNAME}281 DISTNAME= ourmon281 -MAINTAINER= manos@cs.pdx.edu -COMMENT= A libpcap-based network monitoring and anomaly detection system +MAINTAINER= ports@FreeBSD.org +COMMENT= Libpcap-based network monitoring and anomaly detection system BUILD_DEPENDS= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap \ ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool +DEPRECATED= Unmaintained interactive port +EXPIRATION_DATE=2014-08-20 + WRKSRC= ${WRKDIR}/mrourmon USES= perl5 USE_APACHE_RUN= 22+ |