aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Parse-PhoneNumber/Makefile
blob: 07d02b8638dd70c991b67f25b06f79ec691a0cc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	textproc/p5-Parse-PhoneNumber
# Date created:				18 Feb 2006
# Whom:					Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Parse-PhoneNumber
PORTVERSION=	1.6
CATEGORIES=	textproc perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Parse
PKGNAMEPREFIX=	p5-

MAINTAINER=	aaron@FreeBSD.org
COMMENT=	Parse phone numbers

PERL_MODBUILD=	yes

MAN3=	Parse::PhoneNumber.3

.include <bsd.port.mk>