freebsd-ports/www/webpy/Makefile
Wen Heping 12e3e56ae1 - Update to 0.36
PR:		ports/158634
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-04 00:38:39 +00:00

23 lines
430 B
Makefile

# New ports collection makefile for: webpy
# Date created: 2008-12-24
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= webpy
PORTVERSION= 0.36
CATEGORIES= www python
MASTER_SITES= http://webpy.org/static/ \
CHEESESHOP
DISTNAME= web.py-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= A Web Framework For Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= web.py
.include <bsd.port.mk>