diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-01 17:07:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-01 17:07:20 +0800 |
commit | 0f4278dc1b52011a0e05394b14eb14204ea47b07 (patch) | |
tree | 9c9f93d1897a593d8f88ce46fe54b84f5c6d682d /www | |
parent | e82a6c7189e455aa617de64249c73b049c2d4a1b (diff) | |
download | freebsd-ports-gnome-0f4278dc1b52011a0e05394b14eb14204ea47b07.tar.gz freebsd-ports-gnome-0f4278dc1b52011a0e05394b14eb14204ea47b07.tar.zst freebsd-ports-gnome-0f4278dc1b52011a0e05394b14eb14204ea47b07.zip |
- Add LICENSE
- Add NO_ARCH
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'www')
-rw-r--r-- | www/py-paste/Makefile | 4 | ||||
-rw-r--r-- | www/py-paste/pkg-descr | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/www/py-paste/Makefile b/www/py-paste/Makefile index aad06a2431c3..f0bbc45ab9b3 100644 --- a/www/py-paste/Makefile +++ b/www/py-paste/Makefile @@ -11,9 +11,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Tools for using a Web Server Gateway Interface stack +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/docs/license.txt + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes .include <bsd.port.mk> diff --git a/www/py-paste/pkg-descr b/www/py-paste/pkg-descr index 055e16c78c3f..3888d23ad7c3 100644 --- a/www/py-paste/pkg-descr +++ b/www/py-paste/pkg-descr @@ -7,4 +7,4 @@ nested to build web applications. Each piece of middleware uses the WSGI (PEP 333) interface, and should be compatible with other middleware based on those interfaces. -WWW: http://pythonpaste.org +WWW: https://pypi.org/project/Paste/ |