21 lines
402 B
Makefile
21 lines
402 B
Makefile
# 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= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Parse phone numbers
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Parse::PhoneNumber.3
|
|
|
|
.include <bsd.port.mk>
|