pkgsrc/www/py-webpy/Makefile
rillig b12904483c www: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded phraseanet since pkglint got the indentation wrong.
2019-11-04 22:09:50 +00:00

20 lines
560 B
Makefile

# $NetBSD: Makefile,v 1.22 2019/11/04 22:10:14 rillig 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_ACCEPTED= 27 # not yet ported as of 0.37
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"