12e3e56ae1
PR: ports/158634 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
23 lines
430 B
Makefile
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>
|