diff options
author | kevlo <kevlo@FreeBSD.org> | 2008-12-18 15:03:19 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2008-12-18 15:03:19 +0800 |
commit | 8d396662ca51b37998234e52a29f2caf679e3799 (patch) | |
tree | 169b4f6773246b4aec3e194d55ae95e06bd60c53 /security/bro | |
parent | 57d0e4a1704f57011164161099a0eb619494bb8c (diff) | |
download | freebsd-ports-gnome-8d396662ca51b37998234e52a29f2caf679e3799.tar.gz freebsd-ports-gnome-8d396662ca51b37998234e52a29f2caf679e3799.tar.zst freebsd-ports-gnome-8d396662ca51b37998234e52a29f2caf679e3799.zip |
Add USE_PERL5=yes
Diffstat (limited to 'security/bro')
-rw-r--r-- | security/bro/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index f0319a08f091..9461aa9d2e81 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-release MAINTAINER= kevlo@FreeBSD.org COMMENT= System for detecting Network Intruders in real-time +USE_PERL5= yes WRKSRC= ${WRKDIR}/bro-${PORTVERSION} LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP |