blob: 32705dfd766204861043d58343a65bff3f4a7f15 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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 geography
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>
|