From d224a779d4c89ff5a28d01d92b1d362d17ee98ec Mon Sep 17 00:00:00 2001 From: mich Date: Mon, 13 Apr 2015 08:01:33 +0000 Subject: - uses BISON - add LICENSE PR: 199387 Submitted by: Franco Fichtner --- net/apinger/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net') 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 .if !${PORT_OPTIONS:MIPV6} -- cgit