freebsd-ports/www/webpy/Makefile
2020-12-03 00:08:36 +00:00

20 lines
394 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= webpy
PORTVERSION= 0.62
CATEGORIES= www python
MASTER_SITES= http://webpy.org/static/ \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= web.py-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Web Framework For Python
LICENSE= PD
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>