2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
2011-02-26 15:46:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= django-storages
|
2016-11-12 14:09:30 +01:00
|
|
|
PORTVERSION= 1.5.1
|
2011-02-26 15:46:12 +01:00
|
|
|
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
|
|
|
|
|
2015-01-03 09:41:20 +01:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-09-23 11:19:20 +02:00
|
|
|
|
2011-02-26 15:46:12 +01:00
|
|
|
.include <bsd.port.mk>
|