1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/databases/py-south/Makefile
Sunpoet Po-Chuan Hsieh de1ec74f10 - Update to 0.7.2
Changes:	http://south.aeracode.org/docs/releasenotes/0.7.2.html
PR:		ports/151646
Submitted by:	Denis Shaposhnikov <dsh@bamus.cz>
Approved by:	Stanislav A Svirid <count@211.ru> (maintainer), pgollucci (mentor, implicit)
2010-10-25 16:05:12 +00:00

26 lines
565 B
Makefile

# New ports collection makefile for: py-south
# Date created: July 29 2009
# Whom: Stanislav Svirid <count@211.ru>
#
# $FreeBSD$
#
PORTNAME= south
PORTVERSION= 0.7.2
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= ASL
LICENSE_FILE= ${WRKSRC}/LICENSE
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PYTHON= yes
PYDISTUTILS_PKGNAME= South
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>