* The port was added with the "dj22-" prefix to use Django 2.2 explicitly. In the meantime most Django ports have been switched from Django 1.11 (End-of-Life) to Django 2.2 (current LTS release). Thus rename the port to to be consistent with the names of the other Django ports and to retain the history. * Bump PORTREVISION of www/py-dj22-django-formset-js-improved due changed dependencies. PR: 247032 Approved by: Alexander Sieg (maintainer)
22 lines
447 B
Makefile
22 lines
447 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= django-jquery-js
|
|
PORTVERSION= 3.1.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= alex@xanderio.de
|
|
COMMENT= jQuery, bundled up so apps can depend upon it
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.4:www/py-django22@${PY_FLAVOR}
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|