aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-MarkupSafe/Makefile
blob: 7957621fbac7bb64965a936c85eb973a819e6603 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ports collection Makefile for:    MarkupSafe
# Date created:             Sep 08, 2010
# Whom:                 wen@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=       MarkupSafe
PORTVERSION=        0.12
CATEGORIES=     textproc python
MASTER_SITES=       CHEESESHOP
PKGNAMEPREFIX=      ${PYTHON_PKGNAMEPREFIX}

MAINTAINER=     wen@FreeBSD.org
COMMENT=        Implements a XML/HTML/XHTML Markup safe string for Python

USE_PYTHON=     yes
USE_PYDISTUTILS=    easy_install
PYEASYINSTALL_ARCHDEP=  no

.include <bsd.port.mk>