freebsd-ports/databases/py-south/Makefile
Xin LI a72654a0fc - Update to 0.7.5.
- Pass maintainership to submitter.

PR:		ports/167712
Submitted by:	William Grzybowski <william88 gmail com>
2012-05-22 17:57:19 +00:00

24 lines
511 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.5
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= South-${PORTVERSION}
MAINTAINER= william88@gmail.com
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>