aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-geoalchemy/Makefile
blob: 9ab681175b904e47a8f375c7d75dc663a2f3f99d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   geoalchemy
PORTVERSION=    0.7.2
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

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.6.1:databases/py-sqlalchemy

USE_PYTHON= autoplist distutils
USES=       python:2

.include <bsd.port.mk>