125ad0a6a3
* Switch to Django 2.2 (current LTS release) because Django 1.11 is End-of-Life since April 2020. * Bump PORTREVISION due changed dependencies. PR: 245849 Approved by: maintainer timeout (14+ days)
22 lines
455 B
Makefile
22 lines
455 B
Makefile
# Created by: Alfred Perlstein <alfred@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= django-bootstrap-form
|
|
PORTVERSION= 3.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= alfred@FreeBSD.org
|
|
COMMENT= Bootstrap forms for django
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.5:www/py-django22@${PY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|