mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
2e9a0bbe99
* Remove obsolete info from pkg-descr while I'm here. Changelog: https://www.django-rest-framework.org/community/release-notes/#3122
26 lines
616 B
Makefile
26 lines
616 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= djangorestframework
|
|
PORTVERSION= 3.12.2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj31-
|
|
|
|
MAINTAINER= kai@FreeBSD.org
|
|
COMMENT= Django REST framework
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django31>=2.2:www/py-django31@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}djangorestframework3* \
|
|
${PYTHON_PKGNAMEPREFIX}djangorestframework
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|