blob: 6ffea4d6eb9b0d0e16c8e433328677a79e39f462 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
WWW= https://webpy.org/
LICENSE= PD
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|