# Created by: Stanislav Svirid <count@211.ru>
# $FreeBSD: head/databases/py-south/Makefile 400847 2015-11-05 12:35:26Z wg $

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
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>