17 lines
337 B
Makefile
17 lines
337 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/10/01 22:22:23 jasper 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
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
.include <bsd.port.mk>
|