freebsd-ports/japanese/p5-Lingua-JA-Regular-Unicode/Makefile

23 lines
404 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= Lingua-JA-Regular-Unicode
2013-05-21 16:24:57 +02:00
PORTVERSION= 0.12
PORTREVISION= 1
CATEGORIES= japanese perl5
MASTER_SITES= CPAN
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to convert Japanese chars
2012-05-27 06:16:08 +02:00
TEST_DEPENDS= \
p5-Text-TestBase>0:textproc/p5-Text-TestBase
2012-05-27 06:16:08 +02:00
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
.include <bsd.port.post.mk>