aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Geo-Postcodes/Makefile
blob: a6712f8abd41d74d45e218121d14c2954bb741ac (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
24
25
26
27
28
# New ports collection makefile for:	p5-Geo-Postcodes
# Date created:		2006-07-19
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	Geo-Postcodes
PORTVERSION=	0.320
CATEGORIES=	misc perl5 geography
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Geo
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:C/0+$//}

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Base class for the Geo::Postcodes::XX modules

PERL_CONFIGURE=	yes

MAN3=		Geo::Postcodes.3 \
		Geo::Postcodes::Ajax.3 \
		Geo::Postcodes::Selection.3 \
		Geo::Postcodes::Subclass.3 \
		Geo::Postcodes::Tutorial.3 \
		Geo::Postcodes::Update.3

.include <bsd.port.mk>