64f6c28574
0.10.1 (2014-07-03) - Python 3 fixes. - Windows fix (Ionel Cristian Mărieș). 0.10 (2014-06-15) - Add autoprefixer filter (Vincent Driessen). - Add require.js filter (metagriffin, Erik Taubeneck) - A lot of bug fixes and small improvements.
19 lines
558 B
Makefile
19 lines
558 B
Makefile
# $NetBSD: Makefile,v 1.5 2014/07/22 19:27:55 kleink Exp $
|
|
|
|
DISTNAME= webassets-0.10.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/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"
|