opnsense-ports/databases/py-south/Makefile
Franco Fichtner ab0c415e58 */*: sync with upstream
Taken from: FreeBSD
2015-11-07 09:50:56 +01: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>