freebsd-ports/textproc/py-MarkupSafe/Makefile
2014-08-15 03:43:54 +00:00

18 lines
366 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 a XML/HTML/XHTML Markup safe string for Python
LICENSE= BSD3CLAUSE
USE_PYTHON= autoplist distutils
USES= python
.include <bsd.port.mk>