mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
7362d43200
- Pass maintainership to python@ for receving timely updateing more.
18 lines
306 B
Makefile
18 lines
306 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= django-storages
|
|
PORTVERSION= 1.9.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Generic storages for Django
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|