1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/astro/py-metar/Makefile
Hye-Shik Chang 564607e2c0 Update to 0.12
Submitted by:	Tobias Klausmann <klausman@schwarzvogel.de> (author)
2004-09-03 15:18:28 +00:00

23 lines
502 B
Makefile

# New ports collection makefile for: py-metar
# Date created: 26 July 2002
# Whom: Hye-Shik Chang <perky@fallin.lv>
#
# $FreeBSD$
#
PORTNAME= metar
PORTVERSION= 0.12
CATEGORIES= astro python
MASTER_SITES= http://www.schwarzvogel.de/pkgs/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pymetar-${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
COMMENT= Python module that provides access to NOAA's METAR weather reports
USE_REINPLACE= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>