summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/activemq/Makefile2
-rw-r--r--net/freerdp/Makefile2
-rw-r--r--net/googlecl/Makefile2
-rw-r--r--net/mDNSResponder/Makefile2
-rw-r--r--net/openvswitch/Makefile2
-rw-r--r--net/owamp/Makefile2
-rw-r--r--net/py-beanstalkc/Makefile2
-rw-r--r--net/py-gspreadsheet/Makefile2
-rw-r--r--net/py-libcloud/Makefile2
-rw-r--r--net/py-twitter/Makefile2
-rw-r--r--net/sip_scenario/Makefile2
11 files changed, 11 insertions, 11 deletions
diff --git a/net/activemq/Makefile b/net/activemq/Makefile
index 3bfd56710970..4db34c217680 100644
--- a/net/activemq/Makefile
+++ b/net/activemq/Makefile
@@ -12,7 +12,7 @@ DISTNAME= apache-${PORTNAME}-${PORTVERSION}-bin
MAINTAINER= tj@FreeBSD.org
COMMENT= Messaging and Integration Patterns provider
-LICENSE= AL2
+LICENSE= APACHE20
NO_BUILD= yes
USE_JAVA= yes
diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile
index 0e9ac4ad5c0c..3558f96757bf 100644
--- a/net/freerdp/Makefile
+++ b/net/freerdp/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= net comms ipv6
MAINTAINER= fluffy@FreeBSD.org
COMMENT= A free implementation of Remote Desktop Protocol
-LICENSE= AL2
+LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_OPENSSL= yes
diff --git a/net/googlecl/Makefile b/net/googlecl/Makefile
index 3442b8b1ab84..79b410daf8ee 100644
--- a/net/googlecl/Makefile
+++ b/net/googlecl/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= sbz@FreeBSD.org
COMMENT= Command line tools for the Google Data APIs
-LICENSE= AL2
+LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gdata/__init__.py:${PORTSDIR}/devel/py-gdata
diff --git a/net/mDNSResponder/Makefile b/net/mDNSResponder/Makefile
index 65cac3e260a3..3f7ea84c0aca 100644
--- a/net/mDNSResponder/Makefile
+++ b/net/mDNSResponder/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://opensource.apple.com/tarballs/${PORTNAME}/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Bonjour (zero-configuration networking) by Apple
-LICENSE= AL2 BSD3CLAUSE
+LICENSE= APACHE20 BSD3CLAUSE
LICENSE_COMB= dual
CONFLICTS= avahi-libdns-[0-9]*
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile
index ef44baabe3a6..5bcb830cc46a 100644
--- a/net/openvswitch/Makefile
+++ b/net/openvswitch/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://openvswitch.org/releases/
MAINTAINER= emaste@FreeBSD.org
COMMENT= A production quality, multilayer virtual switch
-LICENSE= AL2
+LICENSE= APACHE20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= SSL_LIBS=-lssl SSL_CFLAGS=-I/usr/include/openssl
diff --git a/net/owamp/Makefile b/net/owamp/Makefile
index 82a65c809cab..be4ef423240d 100644
--- a/net/owamp/Makefile
+++ b/net/owamp/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= http://software.internet2.edu/sources/owamp/
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= Implementation of the One-Way Active Measurement Protocol
-LICENSE= AL2
+LICENSE= APACHE20
GNU_CONFIGURE= yes
diff --git a/net/py-beanstalkc/Makefile b/net/py-beanstalkc/Makefile
index 8268a46115d7..f8dd630ee89e 100644
--- a/net/py-beanstalkc/Makefile
+++ b/net/py-beanstalkc/Makefile
@@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= A simple beanstalkd client library for Python
-LICENSE= AL2
+LICENSE= APACHE20
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
diff --git a/net/py-gspreadsheet/Makefile b/net/py-gspreadsheet/Makefile
index 2e9c79a8a315..5babfc68f7d2 100644
--- a/net/py-gspreadsheet/Makefile
+++ b/net/py-gspreadsheet/Makefile
@@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= xmj@chaot.net
COMMENT= Wrapper around Google Spreadsheets to look like csv.DictReader
-LICENSE= AL2
+LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>0:${PORTSDIR}/devel/py-gdata
diff --git a/net/py-libcloud/Makefile b/net/py-libcloud/Makefile
index b465911de545..a822bbff82a8 100644
--- a/net/py-libcloud/Makefile
+++ b/net/py-libcloud/Makefile
@@ -12,7 +12,7 @@ DISTNAME= apache-${PORTNAME}-${PORTVERSION}
MAINTAINER= novel@FreeBSD.org
COMMENT= Standard client library for many popular cloud providers
-LICENSE= AL2
+LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_BZIP2= yes
diff --git a/net/py-twitter/Makefile b/net/py-twitter/Makefile
index 2072400ce4d1..bc6b4776c87e 100644
--- a/net/py-twitter/Makefile
+++ b/net/py-twitter/Makefile
@@ -11,7 +11,7 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Python wrapper around the Twitter API
-LICENSE= AL2
+LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 \
${PYTHON_PKGNAMEPREFIX}oauth2>=0:${PORTSDIR}/net/py-oauth2 \
diff --git a/net/sip_scenario/Makefile b/net/sip_scenario/Makefile
index 982a399f3782..4442f3323aa6 100644
--- a/net/sip_scenario/Makefile
+++ b/net/sip_scenario/Makefile
@@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}.v${PORTVERSION}
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= SIP call flow creator (HTML format)
-LICENSE= AL2
+LICENSE= APACHE20
USE_ZIP= yes
USES= perl5