4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
32 lines
826 B
Makefile
32 lines
826 B
Makefile
# New ports collection makefile for: ja-p5-Number-Phone-JP
|
|
# Date created: 2005-11-24
|
|
# Whom: n-shigemura@ensure.jp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Number-Phone-JP
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= japanese perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= ja-p5-
|
|
|
|
MAINTAINER= nork@FreeBSD.org
|
|
COMMENT= Perl5 module to validate Japanese phone numbers
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Number::Phone::JP.3 \
|
|
Number::Phone::JP::Table.3 \
|
|
Number::Phone::JP::Table::Class1.3 \
|
|
Number::Phone::JP::Table::Class2.3 \
|
|
Number::Phone::JP::Table::Freedial.3 \
|
|
Number::Phone::JP::Table::Home.3 \
|
|
Number::Phone::JP::Table::Ipphone.3 \
|
|
Number::Phone::JP::Table::Mobile.3 \
|
|
Number::Phone::JP::Table::Pager.3 \
|
|
Number::Phone::JP::Table::Phs.3 \
|
|
Number::Phone::JP::Table::Q2.3 \
|
|
Number::Phone::JP::Table::United.3
|
|
|
|
.include <bsd.port.mk>
|