2014-05-12 16:36:01 +00:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= geoalchemy
|
|
|
|
PORTVERSION= 0.7.2
|
2016-11-24 15:34:01 +00:00
|
|
|
PORTREVISION= 2
|
2014-05-12 16:36:01 +00:00
|
|
|
CATEGORIES= databases geography python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= GeoAlchemy-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Using SQLAlchemy with Spatial Databases
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2016-11-24 15:34:01 +00:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy11>=0.6.1:databases/py-sqlalchemy11
|
2014-05-12 16:36:01 +00:00
|
|
|
|
2016-05-23 03:50:38 +00:00
|
|
|
NO_ARCH= yes
|
2014-08-15 03:43:54 +00:00
|
|
|
USE_PYTHON= autoplist distutils
|
2014-08-15 03:00:16 +00:00
|
|
|
USES= python:2
|
2014-05-12 16:36:01 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|