1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/astro/p5-Geo-METAR/Makefile
Eitan Adler 5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00

21 lines
356 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= Geo-METAR
PORTVERSION= 1.15
CATEGORIES= astro geography perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Geo
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that processes METAR information from NOAA sources
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= yes
MAN3= Geo::METAR.3
.include <bsd.port.mk>