freebsd-ports/www/webpy/Makefile
Marcus von Appen 1b0994ee1e - Convert USE_PYTHON to new USES in www/
With hat:	python@
2015-01-03 08:41:20 +00:00

18 lines
355 B
Makefile

# Created by: 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= Web Framework For Python
USES= python
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= web.py
.include <bsd.port.mk>