# Ports collection Makefile for:	MarkupSafe
# Date created:				Sep 08, 2010
# Whom:					wen@FreeBSD.org
#
# $FreeBSD: ports/textproc/py-MarkupSafe/Makefile,v 1.1 2010/09/08 02:18:02 wen Exp $
#

PORTNAME=		MarkupSafe
PORTVERSION=		0.11
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>
