diff options
author | bapt <bapt@FreeBSD.org> | 2011-05-18 00:06:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-05-18 00:06:20 +0800 |
commit | d1804254ee7b578345eb8ddb6ae8face9bf1e0d7 (patch) | |
tree | 8d8207c3354d795aea26e85b09e58f3a57506841 /www | |
parent | b44f8c296909a908007157b27d0333cd197d598f (diff) | |
download | freebsd-ports-gnome-d1804254ee7b578345eb8ddb6ae8face9bf1e0d7.tar.gz freebsd-ports-gnome-d1804254ee7b578345eb8ddb6ae8face9bf1e0d7.tar.zst freebsd-ports-gnome-d1804254ee7b578345eb8ddb6ae8face9bf1e0d7.zip |
- Pass maintainership to submitter
- Add licenses
PR: ports/157071
Submitted by: Julien Laffaye <kimelto@gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/py-scgi/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/py-scgi/Makefile b/www/py-scgi/Makefile index dae0807c9fe5..0473b37fdf2b 100644 --- a/www/py-scgi/Makefile +++ b/www/py-scgi/Makefile @@ -11,9 +11,12 @@ CATEGORIES= www python MASTER_SITES= http://python.ca/scgi/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kimelto@gmail.com COMMENT= Python server implementation of the Simple Common Gateway Protocol +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + USE_PYTHON= yes USE_PYDISTUTILS=yes |