1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-01-31 15:33:30 +00:00
parent 7d2acda46d
commit 7582aec432
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432925

View File

@ -3,6 +3,7 @@
PORTNAME= MarkupSafe
PORTVERSION= 0.23
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,4 +16,7 @@ LICENSE= BSD3CLAUSE
USE_PYTHON= autoplist concurrent distutils
USES= python
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/markupsafe/_speedups.so
.include <bsd.port.mk>