1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/astro/py-metar/Makefile

24 lines
552 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-metar
# Date created: 26 July 2002
# Whom: Hye-Shik Chang <perky@fallin.lv>
#
# $FreeBSD$
#
PORTNAME= metar
PORTVERSION= 0.13
CATEGORIES= astro python geography
MASTER_SITES= http://www.schwarzvogel.de/pkgs/
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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= pymetar
PLIST_SUB= VER=${PORTVERSION}
.include <bsd.port.mk>