diff options
author | antoine <antoine@FreeBSD.org> | 2016-12-24 22:24:00 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-12-24 22:24:00 +0800 |
commit | 230e984b49c2eb98205971c0bb504cf21a15d2c6 (patch) | |
tree | 932e6884efc0878b6162e966c0c9e83bb6a5f630 /textproc | |
parent | b402a824725385f66841d6dcd37bfba8a18c37f1 (diff) | |
download | freebsd-ports-gnome-230e984b49c2eb98205971c0bb504cf21a15d2c6.tar.gz freebsd-ports-gnome-230e984b49c2eb98205971c0bb504cf21a15d2c6.tar.zst freebsd-ports-gnome-230e984b49c2eb98205971c0bb504cf21a15d2c6.zip |
- Remove dependency on the python3 symlink
- Add LICENSE_FILE
- Remove useless INSTALL_TARGET
Diffstat (limited to 'textproc')
-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 |