2013-05-24 12:07:22 +02:00
|
|
|
# Created by: Stanislav Svirid <count@211.ru>
|
2009-07-29 15:20:20 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= south
|
2014-07-02 14:59:11 +02:00
|
|
|
PORTVERSION= 1.0
|
2009-07-29 15:20:20 +02:00
|
|
|
CATEGORIES= databases python
|
2012-05-22 19:57:19 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2009-07-29 15:20:20 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2012-05-22 19:57:19 +02:00
|
|
|
DISTNAME= South-${PORTVERSION}
|
2009-07-29 15:20:20 +02:00
|
|
|
|
2013-05-15 21:33:14 +02:00
|
|
|
MAINTAINER= wg@FreeBSD.org
|
2013-05-24 12:07:22 +02:00
|
|
|
COMMENT= Intelligent schema migrations for Django apps
|
2009-07-29 15:20:20 +02:00
|
|
|
|
2013-12-30 21:55:18 +01:00
|
|
|
LICENSE= APACHE20
|
2010-06-06 09:56:58 +02:00
|
|
|
|
2009-07-29 15:20:20 +02:00
|
|
|
USE_PYTHON= yes
|
2013-12-16 12:26:24 +01:00
|
|
|
USE_PYDISTUTILS=yes
|
2013-11-14 12:27:29 +01:00
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2009-07-29 15:20:20 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|