1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/www/webpy/Makefile
Martin Wilke a08a66e159 web.py is a web framework for python that is as simple as
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>
2008-12-25 18:05:08 +00:00

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>