pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
20 lines
561 B
Makefile
20 lines
561 B
Makefile
# $NetBSD: Makefile,v 1.23 2020/01/26 17:32:23 rillig Exp $
|
|
|
|
DISTNAME= web.py-0.37
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://webpy.org/static/
|
|
|
|
MAINTAINER= darcy@NetBSD.org
|
|
HOMEPAGE= https://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_ACCEPTED= 27 # not yet ported as of 0.37
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|