mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 20:41:20 +02:00
create bsd12 branch
This commit is contained in:
19
python/py-MarkupSafe/Makefile
Normal file
19
python/py-MarkupSafe/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
# Created by: wen@FreeBSD.org
|
||||
# $FreeBSD: head/textproc/py-MarkupSafe/Makefile 435703 2017-03-08 16:51:14Z sunpoet $
|
||||
|
||||
PORTNAME= MarkupSafe
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Implements XML/HTML/XHTML Markup safe string for Python
|
||||
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/markupsafe/_speedups.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user