aboutsummaryrefslogtreecommitdiffstats
path: root/www/gaeo/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-11-13 01:21:27 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-11-13 01:21:27 +0800
commit1c9ffd09611f71926473dd2b375dba259aea0d49 (patch)
tree67dc459c34431ba11341ab2dc51a72126bbc1913 /www/gaeo/Makefile
parent13b4537f852792987318cb4f56b5921093e11e0f (diff)
downloadfreebsd-ports-gnome-1c9ffd09611f71926473dd2b375dba259aea0d49.tar.gz
freebsd-ports-gnome-1c9ffd09611f71926473dd2b375dba259aea0d49.tar.zst
freebsd-ports-gnome-1c9ffd09611f71926473dd2b375dba259aea0d49.zip
- Add LICENSE
- Add NO_ARCH - Optionize DOCS - Switch to options helpers - Fix WWW:
Diffstat (limited to 'www/gaeo/Makefile')
-rw-r--r--www/gaeo/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/gaeo/Makefile b/www/gaeo/Makefile
index 1237e7d13aee..4a50c2de1d4b 100644
--- a/www/gaeo/Makefile
+++ b/www/gaeo/Makefile
@@ -11,6 +11,9 @@ MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= Open-source web framework running on Google App Engine
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
RUN_DEPENDS= google-appengine>=1.1.0:${PORTSDIR}/www/google-appengine \
${PYTHON_PKGNAMEPREFIX}simplejson>1.9:${PORTSDIR}/devel/py-simplejson
@@ -18,10 +21,13 @@ PROJECTHOST= google-app-engine-oil
USES= python zip
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
PORTDOCS= LICENSE NOTICE README.TXT CHANGELOG
-post-install:
+OPTIONS_DEFINE= DOCS
+
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}