mirror of https://git.FreeBSD.org/ports.git
20 lines
403 B
Makefile
20 lines
403 B
Makefile
PORTNAME= gpxpy
|
|
PORTVERSION= 1.5.0
|
|
PORTREVISION= 1
|
|
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
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|