mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
23 lines
453 B
Makefile
23 lines
453 B
Makefile
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Unicode-Japanese
|
|
PORTVERSION= 0.49
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese converters perl5
|
|
MASTER_SITES= CPAN
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 module to handle Japanese character encodings
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
.include <bsd.port.post.mk>
|
|
|
|
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:NCCFLAGS=*}
|