freebsd-ports/textproc/py-MarkupSafe/Makefile
Wen Heping 03228dab74 - Update to 0.15
PR:		ports/159062
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-08-01 07:08:18 +00:00

23 lines
468 B
Makefile

# Ports collection Makefile for: MarkupSafe
# Date created: Sep 08, 2010
# Whom: wen@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= MarkupSafe
PORTVERSION= 0.15
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Implements a XML/HTML/XHTML Markup safe string for Python
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= no
.include <bsd.port.mk>