mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
17 lines
305 B
Makefile
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>
|