freebsd-ports/misc/p5-Geography-NationalGrid/Makefile
Rong-En Fan 5e9a12e0a0 Add p5-Geography-NationalGrid 1.6, create an object for a point and to
transform coordinate systems.

PR:		ports/110557
Submitted by:	chinsan
2007-03-20 11:21:56 +00:00

23 lines
546 B
Makefile

# New ports collection makefile for: misc/p5-Geography-NationalGrid
# Date created: 2007/03/20
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Geography-NationalGrid
PORTVERSION= 1.6
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Geography
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Create an object for a point and to transform coordinate systems
PERL_CONFIGURE= yes
MAN3= Geography::NationalGrid.3 Geography::NationalGrid::GB.3 \
Geography::NationalGrid::IE.3
.include <bsd.port.mk>