b12904483c
pkglint -Wall -F --only aligned --only indent -r Manually excluded phraseanet since pkglint got the indentation wrong.
19 lines
542 B
Makefile
19 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.10 2019/11/04 22:10:13 rillig Exp $
|
|
|
|
DISTNAME= webassets-0.12.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=w/webassets/}
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= http://elsdoerfer.name/docs/webassets/
|
|
COMMENT= Asset management for Python web development
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
REPLACE_PYTHON+= src/webassets/filter/rjsmin/rjsmin.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|