aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-10-16 14:41:41 +0800
committerkevlo <kevlo@FreeBSD.org>2012-10-16 14:41:41 +0800
commit6e04cc40b77e71aade3ba3eb74350c71298690f1 (patch)
treed57f7f3aa8c4190d95e92d4440a0971c7d22718e
parentba24b753fbf5c2fc5832674cf1bde711824eab19 (diff)
downloadfreebsd-ports-gnome-6e04cc40b77e71aade3ba3eb74350c71298690f1.tar.gz
freebsd-ports-gnome-6e04cc40b77e71aade3ba3eb74350c71298690f1.tar.zst
freebsd-ports-gnome-6e04cc40b77e71aade3ba3eb74350c71298690f1.zip
- Add missing dependency on perl
- Adopt new Makefile header Feature safe: yes
-rw-r--r--security/bro/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile
index 2aced17a754e..204d156766c4 100644
--- a/security/bro/Makefile
+++ b/security/bro/Makefile
@@ -1,25 +1,20 @@
-# Ports collection makefile for: bro
-# Date created: Sat Feb 28, 1998
-# Whom: David O'Brien (obrien@FreeBSD.org)
-#
+# Created by: David O'Brien <obrien@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@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}