aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}