mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
a08a66e159
it is powerful. web.py is in the public domain; you can use it for whatever purpose with absolutely no restrictions. WWW: http://webpy.org/ PR: ports/129896 Submitted by: Wen Heping <wenheping at gmail.com>
23 lines
445 B
Makefile
23 lines
445 B
Makefile
# New ports collection makefile for: webpy
|
|
# Date created: 2008-12-24
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= webpy
|
|
PORTVERSION= 0.31
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://webpy.org/static/
|
|
DISTNAME= web.py-${PORTVERSION}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= A Web Framework For Python
|
|
|
|
WRKSRC= ${WRKDIR}/webpy
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= web.py
|
|
|
|
.include <bsd.port.mk>
|