1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/www/py-ez_web/Makefile
Martin Wilke da4e37cb27 ez_web is a tiny and designed for modify web framework. It provides concise
fucntions, no complex candy. ez_web is working as a CGI or apache handler
with mod_python.

WWW:	https://opensvn.csie.org/traccgi/PumperWeb/wiki/ez_web

PR:		ports/110930
Submitted by:	Thinker K.F. Li <thinker at branda.to>
2007-03-27 20:31:23 +00:00

23 lines
527 B
Makefile

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