mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
Changes: https://github.com/jazzband/django-pipeline/releases https://github.com/jazzband/django-pipeline/blob/master/HISTORY.rst
21 lines
497 B
Makefile
21 lines
497 B
Makefile
PORTNAME= django-pipeline
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Asset (css/js) packaging library for Django
|
|
WWW= https://github.com/jazzband/django-pipeline
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|