f38053bc81
The Geo::Coordinates::UTM module will translate latitude / longitude coordinates to Universal Transverse Mercator(UTM) coordinates and vice versa.
17 lines
489 B
Makefile
17 lines
489 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/08/17 11:26:41 he Exp $
|
|
#
|
|
|
|
DISTNAME= Geo-Coordinates-UTM-0.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= misc 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 Latitiude Longitude conversions
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Geo/Coordinates/UTM/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|