freebsd-ports/databases/py-south/Makefile
2015-11-05 12:35:26 +00:00

19 lines
391 B
Makefile

# Created by: Stanislav Svirid <count@211.ru>
# $FreeBSD$
PORTNAME= south
PORTVERSION= 1.0.2
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= South-${PORTVERSION}
MAINTAINER= wg@FreeBSD.org
COMMENT= Intelligent schema migrations for Django apps
LICENSE= APACHE20
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>