blob: 90a2a27737fae02cb4ad2916d19fe4b4832d6adc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: py-south
# Date created: July 29 2009
# Whom: Stanislav Svirid <count@211.ru>
#
# $FreeBSD$
#
PORTNAME= south
PORTVERSION= 0.7.3
CATEGORIES= databases python
MASTER_SITES= http://www.aeracode.org/releases/south/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= count@211.ru
COMMENT= This is South, intelligent schema migrations for Django apps
LICENSE= AL2
LICENSE_FILE= ${WRKSRC}/LICENSE
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PYTHON= yes
PYDISTUTILS_PKGNAME= South
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>
|