freebsd-ports/graphics/py-pyepsg/Makefile
Sunpoet Po-Chuan Hsieh b8eb7b037c Add py-pyepsg 0.4.0
pyepsg is a simple interface to https://epsg.io/.

WWW: https://github.com/rhattersley/pyepsg
2019-07-26 19:35:49 +00:00

23 lines
496 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyepsg
PORTVERSION= 0.4.0
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Easy access to the EPSG database
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>