aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormich <mich@FreeBSD.org>2015-04-13 16:01:33 +0800
committermich <mich@FreeBSD.org>2015-04-13 16:01:33 +0800
commitd224a779d4c89ff5a28d01d92b1d362d17ee98ec (patch)
tree50ae630a29f6d3bdb7209c51f4b0a07c0a5a0d3d /net
parent2a046164f327b08ce82195c6303fdac9cde5b738 (diff)
downloadfreebsd-ports-gnome-d224a779d4c89ff5a28d01d92b1d362d17ee98ec.tar.gz
freebsd-ports-gnome-d224a779d4c89ff5a28d01d92b1d362d17ee98ec.tar.zst
freebsd-ports-gnome-d224a779d4c89ff5a28d01d92b1d362d17ee98ec.zip
- uses BISON
- add LICENSE PR: 199387 Submitted by: Franco Fichtner <franco@lastsummer.de>
Diffstat (limited to 'net')
-rw-r--r--net/apinger/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/apinger/Makefile b/net/apinger/Makefile
index 2442aa610d11..962f20cac08b 100644
--- a/net/apinger/Makefile
+++ b/net/apinger/Makefile
@@ -11,12 +11,16 @@ MASTER_SITES= http://freebsdcluster.org/~mich/software/ \
MAINTAINER= mich@FreeBSD.org
COMMENT= IP device monitoring tool
+LICENSE= GPLv2
+
GNU_CONFIGURE= yes
USE_RC_SUBR= apinger
SUB_FILES= pkg-message
OPTIONS_DEFINE= IPV6
+USES= bison
+
.include <bsd.port.options.mk>
.if !${PORT_OPTIONS:MIPV6}