# Created by: Stanislav Svirid <count@211.ru>
# $FreeBSD: databases/py-south/Makefile 334668 2013-11-23 13:57:10Z wg $

PORTNAME=	south
PORTVERSION=	0.8.4
CATEGORIES=	databases python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	South-${PORTVERSION}

MAINTAINER=	wg@FreeBSD.org
COMMENT=	Intelligent schema migrations for Django apps

LICENSE=	AL2

USE_PYTHON=	yes
USE_PYDISTUTILS=easy_install
PYDISTUTILS_AUTOPLIST=	yes
PYDISTUTILS_PKGNAME=	South

.include <bsd.port.mk>
