aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-MarkupSafe/Makefile
blob: 71912c382ab1979c1a561332e9bac8f9dd970681 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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

PYTHON_FEATURES=autoplist,distutils
USES=       python

.include <bsd.port.mk>