freebsd-ports/www/py-django-storages/Makefile

19 lines
350 B
Makefile
Raw Normal View History

# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
PORTNAME= django-storages
2016-11-12 14:09:30 +01:00
PORTVERSION= 1.5.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Generic storages for Django
2016-11-12 14:09:30 +01:00
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
2013-09-23 11:19:20 +02:00
.include <bsd.port.mk>