- Remove dependency on the python3 symlink
- Add LICENSE_FILE - Remove useless INSTALL_TARGET
This commit is contained in:
parent
a09bfe0e74
commit
5e077561ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429355
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user