aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-ez_xml/Makefile
blob: df3dc23c7329d6ad82f08ece73e06cffcf8f6e53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    py-ez_xml
# Date created:     2007-03-27
# Whom:         Thinker K.F. Li <thinker@branda.to>
#
# $FreeBSD$
#

PORTNAME=   ez_xml
PORTVERSION=    0.1.3
CATEGORIES= devel textproc
MASTER_SITES=   http://master.branda.to/downloads/ez_xml/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= thinker@seeker.branda.to
COMMENT=    Ez_xml compiles a XML template file into a Python module

RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/pythk/__init__.py:${PORTSDIR}/devel/pythk

USE_PYTHON= yes
USE_PYDISTUTILS=yes

.include <bsd.port.mk>