1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/databases/py-south/Makefile
William Grzybowski ac3b2bec7c - Change MAINTAINER address of all my ports
Approved by:	culot (mentor)
2013-05-15 19:33:14 +00:00

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>