aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-ez_web/Makefile
blob: f9040e3581126abfb068b72fe9ba67ebd89cd41c (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_web
# Date created:     2007-03-27
# Whom:         Thinker K.F. Li <thinker@branda.to>
#
# $FreeBSD$
#

PORTNAME=   ez_web
PORTVERSION=    0.1
CATEGORIES= www devel
MASTER_SITES=   http://master.branda.to/downloads/ez_web/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= thinker@branda.to
COMMENT=    Ez_web is a tiny and designed for modify web framework

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

USE_PYTHON= yes
USE_PYDISTUTILS=yes

.include <bsd.port.mk>