freebsd-ports/databases/py-geoalchemy2/Makefile
Sunpoet Po-Chuan Hsieh 12662e191f - Update to 0.4.0
- Update RUN_DEPENDS: use newer py-sqlalchemy

Changes:	https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
2016-11-24 15:34:06 +00:00

22 lines
525 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= geoalchemy2
PORTVERSION= 0.4.0
CATEGORIES= databases geography python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= GeoAlchemy2-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Using SQLAlchemy with Spatial Databases
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy11>=0.8:databases/py-sqlalchemy11
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>