Changelog: https://github.com/webpy/webpy/blob/master/ChangeLog.txt#L3 Lots of input and help from sthen@ and bket@ ok bket@
30 lines
520 B
Makefile
30 lines
520 B
Makefile
# $OpenBSD: Makefile,v 1.18 2020/08/15 15:39:06 kevlo Exp $
|
|
|
|
COMMENT= web framework for python
|
|
|
|
MODPY_EGG_VERSION= 0.61
|
|
DISTNAME= web.py-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-webpy-${MODPY_EGG_VERSION}
|
|
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= http://webpy.org
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Public Domain, except wsgiserver
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYTEST= Yes
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
RUN_DEPENDS= www/py-cheroot${MODPY_FLAVOR}
|
|
|
|
FLAVORS= python3
|
|
FLAVOR= python3
|
|
|
|
.include <bsd.port.mk>
|