mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
15 lines
298 B
Makefile
15 lines
298 B
Makefile
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:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|