aboutsummaryrefslogtreecommitdiffstats
path: root/net/honeyd/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-07-15 03:39:16 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-07-15 03:39:16 +0800
commit67e4f7b7e9490c0c9b1376bc29d1e839ed127f16 (patch)
tree98eded1b69168ccbd528825caa570c1c1ab782a1 /net/honeyd/Makefile
parentef26598f699321bb6e58612586d06d80a13e72c3 (diff)
downloadfreebsd-ports-gnome-67e4f7b7e9490c0c9b1376bc29d1e839ed127f16.tar.gz
freebsd-ports-gnome-67e4f7b7e9490c0c9b1376bc29d1e839ed127f16.tar.zst
freebsd-ports-gnome-67e4f7b7e9490c0c9b1376bc29d1e839ed127f16.zip
- Fix shebangs
- Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q3 (blanket)
Diffstat (limited to 'net/honeyd/Makefile')
-rw-r--r--net/honeyd/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile
index 7f002d36d7a1..a6c77225f9e8 100644
--- a/net/honeyd/Makefile
+++ b/net/honeyd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= honeyd
PORTVERSION= 1.5c
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net
MASTER_SITES= http://www.honeyd.org/uploads/ \
http://www.citi.umich.edu/u/provos/honeyd/
@@ -12,12 +12,14 @@ MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Simulate virtual network hosts (honeypots)
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 \
libdnet.so:${PORTSDIR}/net/libdnet \
libpcre.so:${PORTSDIR}/devel/pcre
-USES= libtool
+USES= libtool shebangfix
+SHEBANG_FILES= scripts/*.pl scripts/snmp/*.pl
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \