1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/www/webpy/Makefile
2020-08-16 13:50:06 +00:00

21 lines
394 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= webpy
PORTVERSION= 0.61
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>