2002-07-25 18:57:37 +00:00
|
|
|
# New ports collection makefile for: py-metar
|
|
|
|
# Date created: 26 July 2002
|
|
|
|
# Whom: Hye-Shik Chang <perky@fallin.lv>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= metar
|
2007-10-29 00:46:45 +00:00
|
|
|
PORTVERSION= 0.13
|
2007-07-22 19:33:55 +00:00
|
|
|
CATEGORIES= astro python geography
|
2004-09-03 15:18:28 +00:00
|
|
|
MASTER_SITES= http://www.schwarzvogel.de/pkgs/
|
2002-07-25 18:57:37 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= pymetar-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
2003-02-25 06:25:35 +00:00
|
|
|
COMMENT= Python module that provides access to NOAA's METAR weather reports
|
2002-07-25 18:57:37 +00:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 09:42:28 +00:00
|
|
|
PYDISTUTILS_PKGNAME= pymetar
|
2007-10-29 00:46:45 +00:00
|
|
|
PLIST_SUB= VER=${PORTVERSION}
|
2004-01-26 02:33:44 +00:00
|
|
|
|
2002-07-25 18:57:37 +00:00
|
|
|
.include <bsd.port.mk>
|