1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/www/py-django-storages/Makefile
Li-Wen Hsu 7362d43200 - Update to 1.9.1
- Pass maintainership to python@ for receving timely updateing more.
2020-02-04 08:03:32 +00:00

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>