aboutsummaryrefslogtreecommitdiff
path: root/devel/py-mez_xml/Makefile
blob: 6ee7e7c3d917b7443c275d69c2bb31e8d996b5cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Thinker K.F. Li <thinker@branda.to>
# $FreeBSD$

PORTNAME=	mez_xml
PORTVERSION=	0.4
CATEGORIES=	devel www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A simple template engine for Python

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

NO_STAGE=	yes
.include <bsd.port.mk>