diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-12-08 13:49:34 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-12-08 13:49:34 +0000 |
commit | 2058a88cc11a225e22c2628d0da601b0bbb9663b (patch) | |
tree | 65e0fc447bf8b221cb681ef1766baaff6782d6a2 /net-mgmt | |
parent | b7871e89266ee5435ec9117d7998f6e9a70a0e8d (diff) | |
download | ports-2058a88cc11a225e22c2628d0da601b0bbb9663b.tar.gz ports-2058a88cc11a225e22c2628d0da601b0bbb9663b.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/arpscan/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/bsnmp-regex/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/bsnmptools/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/hastmon/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nfsen/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/py-pyang/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/net-mgmt/arpscan/Makefile b/net-mgmt/arpscan/Makefile index 25e9adcd90fb..85874e0be80c 100644 --- a/net-mgmt/arpscan/Makefile +++ b/net-mgmt/arpscan/Makefile @@ -11,7 +11,7 @@ DIST_SUBDIR= repacked MAINTAINER= ports@FreeBSD.org COMMENT= Simple arp scanner -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdnet.so:${PORTSDIR}/net/libdnet diff --git a/net-mgmt/bsnmp-regex/Makefile b/net-mgmt/bsnmp-regex/Makefile index de55fa1bfdef..58cec5998276 100644 --- a/net-mgmt/bsnmp-regex/Makefile +++ b/net-mgmt/bsnmp-regex/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://thewalter.net/stef/software/bsnmp-regex/ MAINTAINER= koobs@FreeBSD.org COMMENT= bsnmpd module allowing creation of counters from log files -LICENSE= BSD +LICENSE= BSD3CLAUSE GNU_CONFIGURE= yes CPPFLAGS+= "-I${LOCALBASE}/include" diff --git a/net-mgmt/bsnmptools/Makefile b/net-mgmt/bsnmptools/Makefile index 3ea79982b898..448f17bf8d48 100644 --- a/net-mgmt/bsnmptools/Makefile +++ b/net-mgmt/bsnmptools/Makefile @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar MAINTAINER= unixmania@gmail.com COMMENT= Snmp client tools -LICENSE= BSD +LICENSE= BSD2CLAUSE .include <bsd.port.pre.mk> diff --git a/net-mgmt/hastmon/Makefile b/net-mgmt/hastmon/Makefile index 4512ed4f9c07..6906260092d0 100644 --- a/net-mgmt/hastmon/Makefile +++ b/net-mgmt/hastmon/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= trociny@FreeBSD.org COMMENT= Cluster monitoring daemon -LICENSE= BSD +LICENSE= BSD2CLAUSE BUILD_DEPENDS= mk-configure>=0.20:${PORTSDIR}/devel/mk-configure diff --git a/net-mgmt/nfsen/Makefile b/net-mgmt/nfsen/Makefile index f588720f2033..fc1a5a0b4422 100644 --- a/net-mgmt/nfsen/Makefile +++ b/net-mgmt/nfsen/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} \ MAINTAINER= feld@FreeBSD.org COMMENT= Web based frontend to nfdump netflow collector -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/BSD-license.txt RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \ diff --git a/net-mgmt/py-pyang/Makefile b/net-mgmt/py-pyang/Makefile index 47ba48e3d2a7..146ac30e3a6c 100644 --- a/net-mgmt/py-pyang/Makefile +++ b/net-mgmt/py-pyang/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= 5u623l20@gmail.com COMMENT= Validator and code generator for YANG (RFC 4741) -LICENSE= BSD +LICENSE= MIT USES= python USE_PYTHON= distutils |