d1b8e65554
* 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). Hence rename the port to "py-django-formset-js-improved" to be consistent with the names of the other Django ports and to retain the history. PR: 247032 Approved by: Alexander Sieg (maintainer)
25 lines
600 B
Makefile
25 lines
600 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= django-formset-js-improved
|
|
PORTVERSION= 0.5.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= alex@xanderio.de
|
|
COMMENT= Fork of django-formset-js that adds support for reordering and nested formsets
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}django-jquery-js>=0.:www/py-django-jquery-js@${PY_FLAVOR}
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|