mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
f93e3fc274
- 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
24 lines
450 B
Makefile
24 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>
|