diff --git a/science/mercantile/Makefile b/science/mercantile/Makefile index 4b2f24c36a57..8affe0d916cc 100644 --- a/science/mercantile/Makefile +++ b/science/mercantile/Makefile @@ -1,21 +1,22 @@ PORTNAME= mercantile DISTVERSION= 1.2.1 CATEGORIES= science PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bland@FreeBSD.org COMMENT= Spherical mercator coordinate and tile utilities +WWW= https://github.com/mapbox/mercantile LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0:devel/py-click@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes GH_ACCOUNT= mapbox NO_ARCH= yes .include diff --git a/science/mercantile/pkg-descr b/science/mercantile/pkg-descr index efb66460078b..56c68975bfa2 100644 --- a/science/mercantile/pkg-descr +++ b/science/mercantile/pkg-descr @@ -1,5 +1,3 @@ Mercantile is a module of utilities for working with XYZ style spherical mercator tiles (as in Google Maps, OSM, Mapbox, etc.) and includes a set of command line programs built on these utilities. - -WWW: https://github.com/mapbox/mercantile