a9dcad2fff
With hat: portmgr Sponsored by: Absolight
22 lines
404 B
Makefile
22 lines
404 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Lingua-JA-Regular-Unicode
|
|
PORTVERSION= 0.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese perl5
|
|
MASTER_SITES= CPAN
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to convert Japanese chars
|
|
|
|
TEST_DEPENDS= \
|
|
p5-Text-TestBase>0:textproc/p5-Text-TestBase
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
.include <bsd.port.post.mk>
|