1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/databases/py-south/Makefile
2021-04-06 16:31:07 +02:00

19 lines
384 B
Makefile

# Created by: Stanislav Svirid <count@211.ru>
PORTNAME= south
PORTVERSION= 1.0.2
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= South-${PORTVERSION}
MAINTAINER= wg@FreeBSD.org
COMMENT= Intelligent schema migrations for Django apps
LICENSE= APACHE20
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>