pkgsrc/misc/p5-Geo-Coordinates-UTM/Makefile
he f38053bc81 Import p5-Geo-Coordinates-UTM version 0.06.
The Geo::Coordinates::UTM module will translate latitude / longitude
coordinates to Universal Transverse Mercator(UTM) coordinates and vice
versa.
2007-08-17 11:26:40 +00:00

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"