aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-MarkupSafe/Makefile
blob: 2f932fe784fda499fd12f618256ca3683056bed5 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                       
                            






                                                                                 

                           




                                    
# 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>