4df958b84e
This module allows you to parse and extract data from GPX files. WWW: http://pypi.python.org/pypi/pygpx/ PR: ports/125254 Submitted by: Wen Heping <wenheping at gmail.com>
24 lines
540 B
Makefile
24 lines
540 B
Makefile
# New ports collection makefile for: pygpx
|
|
# Date created: 04 July 2008
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pygpx
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
|
|
MASTER_SITE_SUBDIR= source/p/pygpx/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Python Module For Parsing GPS Exchange Format (GPX) File
|
|
|
|
PLIST_SUB= GPX_INFO=${PYDISTUTILS_EGGINFO}
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PKGDISTUTILS_NOEGGINFO= yes
|
|
|
|
.include <bsd.port.mk>
|