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