diff options
Diffstat (limited to 'textproc/py3-MarkupSafe/Makefile')
-rw-r--r-- | textproc/py3-MarkupSafe/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/py3-MarkupSafe/Makefile b/textproc/py3-MarkupSafe/Makefile index 786917b6ed8d..f6768a8d8859 100644 --- a/textproc/py3-MarkupSafe/Makefile +++ b/textproc/py3-MarkupSafe/Makefile @@ -3,6 +3,7 @@ PORTNAME= MarkupSafe PORTVERSION= 0.23 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,10 @@ MAINTAINER= bofh@FreeBSD.org COMMENT= Implements XML/HTML/XHTML Markup safe string for Python LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3 +USES= python:3.3+ USE_PYTHON= autoplist concurrent distutils -INSTALL_TARGET= install-strip post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/markupsafe/_speedups.so |