mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
9daab4189c
PR: 169435 Submitted by: koobs <koobs.freebsd@gmail.com>
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.37
|
|
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>
|