25 lines
581 B
Makefile
25 lines
581 B
Makefile
# New ports collection makefile for: Lingua::JA::Regular::Unicode
|
|
# Date created: 06 Jun 2009
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Lingua-JA-Regular-Unicode
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= japanese perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to convert Japanese chars
|
|
|
|
TEST_DEPENDS= \
|
|
p5-Test-Base>0:${PORTSDIR}/devel/p5-Test-Base \
|
|
p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Lingua::JA::Regular::Unicode.3
|
|
|
|
.include <bsd.port.mk>
|