ports/www/py-django-webpack-loader/Makefile
Richard Gallamore 8219c84586 www/py-django-webpack-loader: Rollback to 0.7.0
The most recent update to webpack-loader is not compatible
with Seahub. Seahub is the only depend, therefore bumping epoch
and rolling back.

PR:	254558
Reported by:	ports@stdran^
2021-06-23 18:36:42 -07:00

22 lines
510 B
Makefile

# Created by: Richard Gallamore <ultima@FreeBSD.org>
PORTNAME= django-webpack-loader
PORTVERSION= 0.7.0
PORTEPOCH= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ultima@FreeBSD.org
COMMENT= Transparently use webpack with Django
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.0:www/py-django22@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist concurrent
NO_ARCH= yes
.include <bsd.port.mk>