blob: 6c3e6a8f10c9509e7e280193e8c1581437506cc8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= djangorestframework-csv
PORTVERSION= 2.0.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alfred@FreeBSD.org
COMMENT= Django REST framework
WWW= https://github.com/mjumbewu/django-rest-framework-csv
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|