aboutsummaryrefslogtreecommitdiffstats
path: root/astro/py-metar/Makefile
blob: 169c64927e131dfabfe774fef457471798d81afc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    py-metar
# Date created:     26 July 2002
# Whom:         Hye-Shik Chang <perky@fallin.lv>
#
# $FreeBSD$
#

PORTNAME=   metar
PORTVERSION=    0.5
CATEGORIES= astro python
MASTER_SITES=   http://unattached.i-no.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_PYTHON= yes
USE_PYDISTUTILS=    yes
USE_PYTHON_PREFIX=  yes

.include <bsd.port.mk>