blob: 2950376368c6fd3cb17f72f63b6d32bfdf1be2eb (
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.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>
|