blob: 0a3a1b0701486c265d54126228539901f038baf7 (
plain) (
tree)
|
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
|