freebsd-ports/www/py-djangorestframework-csv/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

18 lines
365 B
Makefile

# Created by: Alfred Perlstein <alfred@freebsd.org>
# $FreeBSD$
PORTNAME= djangorestframework-csv
PORTVERSION= 2.0.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alfred@FreeBSD.org
COMMENT= Django REST framework
LICENSE= BSD2CLAUSE
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>