Index: head/www/py-paste/Makefile =================================================================== --- head/www/py-paste/Makefile (revision 473657) +++ head/www/py-paste/Makefile (revision 473658) @@ -1,19 +1,23 @@ # Created by: Dryice Liu # $FreeBSD$ PORTNAME= Paste PORTVERSION= 2.0.2 PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP 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 Index: head/www/py-paste/pkg-descr =================================================================== --- head/www/py-paste/pkg-descr (revision 473657) +++ head/www/py-paste/pkg-descr (revision 473658) @@ -1,10 +1,10 @@ Python Paste brings consistency to Python web development and web application installation, providing tools for both developers and system administrators. These provide several pieces of "middleware" (or filters) that can be 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/