freebsd-ports/databases/py-south/Makefile

21 lines
406 B
Makefile
Raw Normal View History

# Created by: Stanislav Svirid <count@211.ru>
# $FreeBSD$
PORTNAME= south
2014-07-02 14:59:11 +02:00
PORTVERSION= 1.0
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
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>