mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Add LICENSE
- Add NO_ARCH - Optionize DOCS - Switch to options helpers - Fix WWW:
This commit is contained in:
parent
b3f0bf4b37
commit
6a3f296f68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401377
@ -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}
|
||||
|
||||
|
@ -8,4 +8,4 @@ Google AppEngine SDK with new features such as:
|
||||
- Enhanced Request Handler (Controller)
|
||||
- Enhanced Object-Relation Mapping (ORM)
|
||||
|
||||
WWW: http://gaeo.org
|
||||
WWW: http://gaeo.org/
|
||||
|
Loading…
Reference in New Issue
Block a user