mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
ac3b2bec7c
Approved by: culot (mentor)
25 lines
506 B
Makefile
25 lines
506 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= 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>
|