65a11c3b27
-- Jcode.pm is a Perl module that handles various Japanese charsets. It has all features available on jcode.pl-2.10 PLUS - Object-oriented approach on Japanese text handling - mime header handling - Unicode feature (UCS2 and UTF8) WWW: http://openlab.ring.gr.jp/Jcode/
21 lines
464 B
Makefile
21 lines
464 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/30 15:33:21 lebel Exp $
|
|
|
|
COMMENT= "handles various Japanese charsets"
|
|
|
|
DISTNAME= Jcode-0.83
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= converters japanese perl5
|
|
|
|
HOMEPAGE= http://openlab.ring.gr.jp/Jcode/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/D/DA/DANKOGAI/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|