freebsd-ports/astro/p5-Geo-METAR/Makefile
Tilman Keskinoz f93e3fc274 - Support the "CAVOK" string: "Ceiling and visibility OK"
- Support the "9999" string: visibility > 10km
- All the world is not North America
  - Support Pressure values in hectopascals
  - Support weather stations outside of North America:
    Move Station ID detection out of the token parser loop
- Bump PORTREVISION and take Maintainership
2004-09-03 18:43:23 +00:00

23 lines
450 B
Makefile

# New ports collection makefile for: Geo-METAR
# Date created: Mon Jan 1 01:42:56 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= Geo-METAR
PORTVERSION= 1.14
PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Geo
PKGNAMEPREFIX= p5-
MAINTAINER= arved@FreeBSD.org
COMMENT= A perl module that processes METAR information from NOAA sources
PERL_CONFIGURE= yes
MAN3= Geo::METAR.3
.include <bsd.port.mk>