mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
Changelog: * Add support for Django 3.1, 3.2 (No changes needed). * Add support for Python 3.8, 3.9. * Fixed multiple bugs with use in the Django admin. * Removed dead compatibility code. PR: 261317 Approved by: rm (maintainer) MFH: 2022Q1
21 lines
471 B
Makefile
21 lines
471 B
Makefile
PORTNAME= django-bitfield
|
|
PORTVERSION= 2.1.0
|
|
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>
|