mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
* The upstream repository seems abandoned and there's no compatibility for newer versions of Django. PR: 262402 Approved by: maintainer timeout (14+ days)
23 lines
551 B
Makefile
23 lines
551 B
Makefile
# Created by: Alfred Perlstein <alfred@freebsd.org>
|
|
|
|
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
|
|
|
|
DEPRECATED= No longer maintained, not compatible with newer versions of Django
|
|
EXPIRATION_DATE= 2022-06-30
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.5:www/py-django22@${PY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|