svn commit: r383903 - head/net/apinger
Michael Landin Hostbaek
mich at FreeBSD.org
Mon Apr 13 08:01:34 UTC 2015
Author: mich
Date: Mon Apr 13 08:01:33 2015
New Revision: 383903
URL: https://svnweb.freebsd.org/changeset/ports/383903
Log:
- uses BISON
- add LICENSE
PR: 199387
Submitted by: Franco Fichtner <franco at lastsummer.de>
Modified:
head/net/apinger/Makefile
Modified: head/net/apinger/Makefile
==============================================================================
--- head/net/apinger/Makefile Mon Apr 13 07:47:55 2015 (r383902)
+++ head/net/apinger/Makefile Mon Apr 13 08:01:33 2015 (r383903)
@@ -11,12 +11,16 @@ MASTER_SITES= http://freebsdcluster.org/
MAINTAINER= mich at 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}
More information about the svn-ports-all
mailing list