7820bc7a2f
python 3.4 / 3.5 removal commit.
20 lines
564 B
Makefile
20 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.20 2019/04/26 14:12:49 maya Exp $
|
|
|
|
DISTNAME= web.py-0.37
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://webpy.org/static/
|
|
|
|
MAINTAINER= darcy@NetBSD.org
|
|
HOMEPAGE= http://webpy.org/
|
|
COMMENT= Simple, public domain web publishing system
|
|
LICENSE= public-domain
|
|
|
|
USE_LANGUAGES= #none
|
|
|
|
REPLACE_PYTHON+= web/__init__.py web/utils.py
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.37
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|