diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2012-08-23 15:08:15 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2012-08-23 15:08:15 +0000 |
commit | d2dede936aa7ee33df26a9c25befdd846a951230 (patch) | |
tree | 9fa2ead842e18c6eb08960ba1131dc00c656423c /www/google-appengine/Makefile | |
parent | ec35e84d1157a9f5160740c359579fd4406e0107 (diff) |
Notes
Diffstat (limited to 'www/google-appengine/Makefile')
-rw-r--r-- | www/google-appengine/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/google-appengine/Makefile b/www/google-appengine/Makefile index a89c3c428be1..9c14f3023bac 100644 --- a/www/google-appengine/Makefile +++ b/www/google-appengine/Makefile @@ -6,7 +6,7 @@ # PORTNAME= google-appengine -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 PORTREVISION= 0 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -15,6 +15,9 @@ DISTFILES= ${PORTNAME:S|-|_|}_${PORTVERSION}.zip MAINTAINER= nivit@FreeBSD.org COMMENT= Development tools for Google App Engine (SDK) +LICENSE= AL2 BSD GPLv2 LGPL21 MIT MPL PSFL +LICENSE_COMB= multi + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=${PYTHON_VER}:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_2:${PORTSDIR}/graphics/py-imaging |