mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
36bee089c9
* 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)
24 lines
484 B
Makefile
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>
|