19b4913d9a
METAR reports are available on-line, thanks to the National Weather Service. Since reading the METAR format isn't easy for non-pilots, these reports are relatively useles to the common man who just wants a quick glace at the weather. This module tries to parse the METAR reports so the data can be used to create readable weather reports and/or process the data in applications. feedback and ok merdely@
20 lines
475 B
Makefile
20 lines
475 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/05 04:13:44 okan Exp $
|
|
|
|
COMMENT= process aviation weather reports in the METAR format
|
|
MODULES= cpan
|
|
DISTNAME= Geo-METAR-1.15
|
|
CATEGORIES= geo
|
|
|
|
# Perl
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Geo-METAR
|
|
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl \
|
|
${PREFIX}/share/examples/p5-Geo-METAR
|
|
|
|
.include <bsd.port.mk>
|