mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
e04ef3e300
PR: 170349 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Approved by: William Grzybowski <william88@gmail.com> (maintainer)
25 lines
511 B
Makefile
25 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.6
|
|
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>
|