ports/www/py-django-bootstrap-form/Makefile
Kai Knoblich c08e643a21 www/py-django-bootstrap-form: Deprecate and set to expire
* The upstream repository seems abandoned and there's no compatibility
  for newer versions of Django.

PR:		262402
Approved by:	maintainer timeout (14+ days)
2022-03-25 17:07:58 +01:00

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>