From 5e077561ede5a397549430da695340cabff4d58a Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 24 Dec 2016 14:24:00 +0000 Subject: [PATCH] - Remove dependency on the python3 symlink - Add LICENSE_FILE - Remove useless INSTALL_TARGET --- textproc/py3-MarkupSafe/Makefile | 5 +++-- 1 file 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