blob: a19a881ced6f06788e3ad071d39d1f4059e543f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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>
|