freebsd-ports/textproc/py-MarkupSafe/Makefile
Sunpoet Po-Chuan Hsieh 5e1544d4e6 - Allow concurrent installation (USE_PYTHON=concurrent)
- Reword COMMENT
2015-08-31 13:32:55 +00:00

18 lines
375 B
Makefile

# Created by: wen@FreeBSD.org
# $FreeBSD$
PORTNAME= MarkupSafe
PORTVERSION= 0.23
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Implements XML/HTML/XHTML Markup safe string for Python
LICENSE= BSD3CLAUSE
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>