freebsd-ports/science/mercantile/Makefile
Stefan Eßer 52c8968598 science/mercantile: move URL from pkg-desxcr to Makefile
The URL at the end of the pkg-descr file has been moved into the
Makefile for all existing ports.

BTW: The following URL might be a better value for WWW, since it
provides the user of the package with examples information about
the concepts.

    https://mercantile.readthedocs.io/en/latest/

There is also a link to the GitHub reposirory in that text, but
the WWW value is meant to help a user of the port, not to keep
a note about the repository for the maintainer.

Approved by:	portmgr (implicit)
2022-09-09 21:23:12 +02:00

22 lines
465 B
Makefile

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 <bsd.port.mk>