1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/www/py-django-bitfield/Makefile
Kai Knoblich 36bee089c9 www/py-django-bitfield: Update to 2.0.1
* Also assign the port to Django 2.2 (current LTS release) as Django 1.11 is
  End-of-Life.

* Sort variables a bit according to the PHB.

Changelog:

https://github.com/disqus/django-bitfield/blob/2.0.1/README.rst#changelog

PR:		245313
Approved by:	maintainer timeout (14 days)
2020-04-17 14:07:42 +00:00

24 lines
484 B
Makefile

# $FreeBSD$
PORTNAME= django-bitfield
PORTVERSION= 2.0.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= BitField in Django
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.10.8:www/py-django22@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>