mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
22 lines
461 B
Makefile
22 lines
461 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.05
|
|
CATEGORIES= japanese perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to convert Japanese chars
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Lingua::JA::Regular::Unicode.3
|
|
|
|
.include <bsd.port.mk>
|