18 lines
392 B
Makefile
18 lines
392 B
Makefile
PORTNAME= gpxpy
|
|
PORTVERSION= 1.5.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= stl@koffein.net
|
|
COMMENT= Python library for parsing and manipulating GPX files
|
|
WWW= https://pypi.org/project/gpxpy/
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|