freebsd-ports/science/py-geolinks/Makefile
Sunpoet Po-Chuan Hsieh db7c205d2e Add py-geolinks 0.2.0
geolinks provides utilities to deal with geospatial links.

WWW: https://github.com/geopython/geolinks
2020-01-18 18:23:32 +00:00

20 lines
385 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= geolinks
PORTVERSION= 0.2.0
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Utilities to deal with geospatial links
LICENSE= MIT
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>