aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-03-23 23:53:22 +0800
committermm <mm@FreeBSD.org>2011-03-23 23:53:22 +0800
commit2d8dfecd9bef3b850f2cac24358872a1ec5d9522 (patch)
tree01f7b01109af1e01a56d6eb98ab2b351c00a5a69 /www
parentafe12c0066660248e95ae225e1b1cd3d085943aa (diff)
downloadfreebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.tar.gz
freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.tar.zst
freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.zip
- Add LICENSE knob(s)
Diffstat (limited to 'www')
-rw-r--r--www/aolserver/Makefile3
-rw-r--r--www/mod_auth_mysql2/Makefile3
-rw-r--r--www/openacs/Makefile3
3 files changed, 8 insertions, 1 deletions
diff --git a/www/aolserver/Makefile b/www/aolserver/Makefile
index b55e54e2fa7c..663db1f9b3fe 100644
--- a/www/aolserver/Makefile
+++ b/www/aolserver/Makefile
@@ -16,6 +16,9 @@ DIST_SUBDIR= aolserver
MAINTAINER= mm@FreeBSD.org
COMMENT= A multithreaded web server with embedded TCL interpreter
+LICENSE= MPL
+LICENSE_FILE= ${WRKSRC}/license.terms
+
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
AOLSERVERBASE?= ${PORTNAME}
diff --git a/www/mod_auth_mysql2/Makefile b/www/mod_auth_mysql2/Makefile
index 652596a9ecb0..813df1772f5f 100644
--- a/www/mod_auth_mysql2/Makefile
+++ b/www/mod_auth_mysql2/Makefile
@@ -17,11 +17,12 @@ DIST_SUBDIR= apache22
MAINTAINER= mm@FreeBSD.org
COMMENT= MySQL-based authentication module with VirtualHost support
-MAKE_JOBS_SAFE= yes
+LICENSE= ASL
LATEST_LINK= mod_auth_mysql2
WRKSRC= ${WRKDIR}/${PORTNAME}
+MAKE_JOBS_SAFE= yes
USE_MYSQL= YES
USE_APACHE= 2.0+
AP_FAST_BUILD= YES
diff --git a/www/openacs/Makefile b/www/openacs/Makefile
index 7442d795724c..8d246e1e242e 100644
--- a/www/openacs/Makefile
+++ b/www/openacs/Makefile
@@ -14,6 +14,9 @@ EXTRACT_SUFX= .tgz?revision_id=${DIST_REV_ID}
MAINTAINER?= mm@FreeBSD.org
COMMENT?= A modular web application platform for communities
+LICENCE= GPLv2
+LICENCE_FILE= ${WRKDIR}/license.txt
+
DIST_REV_ID?= 2967507
AOLSERVERBASE?= ${LOCALBASE}/aolserver