1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/astro/p5-Geo-METAR/Makefile
Sunpoet Po-Chuan Hsieh c26bf0bc01 Add LICENSE
- Add NO_ARCH
2017-10-10 11:20:58 +00:00

21 lines
349 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= Geo-METAR
PORTVERSION= 1.15
PORTREVISION= 1
CATEGORIES= astro geography perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that processes METAR information from NOAA sources
LICENSE= GPLv2+
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>