svn commit: r305952 - head/security/bro
Kevin Lo
kevlo at FreeBSD.org
Tue Oct 16 06:41:42 UTC 2012
Author: kevlo
Date: Tue Oct 16 06:41:41 2012
New Revision: 305952
URL: http://svn.freebsd.org/changeset/ports/305952
Log:
- Add missing dependency on perl
- Adopt new Makefile header
Feature safe: yes
Modified:
head/security/bro/Makefile
Modified: head/security/bro/Makefile
==============================================================================
--- head/security/bro/Makefile Tue Oct 16 06:34:47 2012 (r305951)
+++ head/security/bro/Makefile Tue Oct 16 06:41:41 2012 (r305952)
@@ -1,25 +1,20 @@
-# Ports collection makefile for: bro
-# Date created: Sat Feb 28, 1998
-# Whom: David O'Brien (obrien at FreeBSD.org)
-#
+# Created by: David O'Brien <obrien at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= bro
PORTVERSION= 2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.bro-ids.org/downloads/archive/
MAINTAINER= kevlo at FreeBSD.org
-COMMENT= System for detecting Network Intruders in real-time
+COMMENT= System for detecting network intruders in real-time
BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \
swig:${PORTSDIR}/devel/swig13
LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP
-BROKEN= missing prerequisites
-
+USE_PERL5= yes
USE_CMAKE= yes
CONFIGURE_WRKSRC= ${WRKSRC}/build
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
More information about the svn-ports-head
mailing list