ports/www/py-django-storages/Makefile
2019-01-26 17:57:36 +00:00

17 lines
305 B
Makefile

# $FreeBSD$
PORTNAME= django-storages
PORTVERSION= 1.7.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Generic storages for Django
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>