freebsd-ports/www/py-django-jquery-js/Makefile
Kai Knoblich c4e6289a2e www/py-dj22-django-jquery-js: Rename to www/py-django-jquery-js
* 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)
2020-06-11 11:12:09 +00:00

23 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>