blob: 6e620074e668d62c101c40b74a5d5f6b4119cf6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= pygpx
PORTVERSION= 0.2
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Python Module For Parsing GPS Exchange Format (GPX) File
WWW= https://pypi.org/project/pygpx/
PLIST_SUB= GPX_INFO=${PYDISTUTILS_EGGINFO}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|