# Created by: wen@FreeBSD.org
# $FreeBSD: tags/RELEASE_11_0_0/textproc/py-MarkupSafe/Makefile 395691 2015-08-31 13:32:55Z sunpoet $

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>
