2014-07-25 09:43:01 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= geoalchemy2
|
2018-01-11 19:35:20 +01:00
|
|
|
PORTVERSION= 0.4.2
|
2018-01-24 19:45:21 +01:00
|
|
|
PORTREVISION= 1
|
2014-07-25 09:43:01 +02:00
|
|
|
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
|
|
|
|
|
2018-01-24 19:45:21 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=0.8:databases/py-sqlalchemy12@${FLAVOR}
|
2014-07-25 09:43:01 +02:00
|
|
|
|
2015-09-02 19:03:14 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
2014-08-15 05:00:20 +02:00
|
|
|
USES= python
|
2014-07-25 09:43:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|