freebsd-ports/www/py-ez_web/Makefile
Mark Linimon b024879f81 Reset thinker@branda.to due to maintainer-timeouts and no response to
email.  While here, tighten up comments and pet portlint.

Hat:		portmgr
2009-08-17 05:27:02 +00:00

23 lines
530 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 python
MASTER_SITES= http://master.branda.to/downloads/ez_web/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A tiny and designed for modification 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>