mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
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^
22 lines
510 B
Makefile
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>
|