pkgsrc/geography/p5-Geo-Coordinates-UTM/Makefile
wiz 64767232d8 Update to 0.09, set LICENSE, fix typo in COMMENT.
0.09  Mon May 17 16:30:32
	- Patched mgrs_to_utm to handle short MGRS strings
2010-09-06 10:56:48 +00:00

22 lines
596 B
Makefile

# $NetBSD: Makefile,v 1.3 2010/09/06 10:56:48 wiz Exp $
#
DISTNAME= Geo-Coordinates-UTM-0.09
PKGNAME= p5-${DISTNAME}
CATEGORIES= geography perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/}
MAINTAINER= he@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Geo-Coordinates-UTM/
COMMENT= Perl extension for Latitude Longitude conversions
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Geo/Coordinates/UTM/.packlist
PREV_PKGPATH= misc/p5-Geo-Coordinates-UTM
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"