blob: 2df420585ee3be6c69351fe11f64b555bdee2768 (
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
|
# 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.12
CATEGORIES= japanese perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= ja-p5-
MAINTAINER= nork@FreeBSD.org
COMMENT= Perl5 module to validate Japanese phone numbers
RUN_DEPENDS= p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
PERL_CONFIGURE= yes
MAN3= Number::Phone::JP.3 \
Number::Phone::JP::Table.3 \
.include <bsd.port.mk>
|