diff options
author | rm <rm@FreeBSD.org> | 2015-04-08 03:55:36 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-04-08 03:55:36 +0800 |
commit | 9aac05a9219a2ca248023ceab844be0e48157f64 (patch) | |
tree | 759924642845af23ef158cddda9b90a6b68be8e0 /www | |
parent | c77270e30fed131dff0f8e6c952df74a8cd631ca (diff) | |
download | freebsd-ports-gnome-9aac05a9219a2ca248023ceab844be0e48157f64.tar.gz freebsd-ports-gnome-9aac05a9219a2ca248023ceab844be0e48157f64.tar.zst freebsd-ports-gnome-9aac05a9219a2ca248023ceab844be0e48157f64.zip |
www/py-pyramid: pass maintainership to submitter
- pass maintainership to submitter
- add license (REPOZE)
PR: 197572
Submitted by: jun-g@daemonfreaks.com
Diffstat (limited to 'www')
-rw-r--r-- | www/py-pyramid/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/py-pyramid/Makefile b/www/py-pyramid/Makefile index de0f3f36b0a6..051e2b958383 100644 --- a/www/py-pyramid/Makefile +++ b/www/py-pyramid/Makefile @@ -7,9 +7,14 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jun-g@daemonfreaks.com COMMENT= Small, fast, web development framework by the Pylons community +LICENSE= REPOZE +LICENSE_NAME= Repoze License +LICENSE_FILE= ${WRKSRC}/LICENSE.txt +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.5.0:${PORTSDIR}/www/py-pastedeploy \ ${PYTHON_PKGNAMEPREFIX}repoze.lru>=0.4:${PORTSDIR}/devel/py-repoze.lru \ ${PYTHON_PKGNAMEPREFIX}translationstring>=0.4:${PORTSDIR}/textproc/py-translationstring \ |