95a2a3390c
* merge NKF_python * improve guess option * misc bug fixes
21 lines
508 B
Makefile
21 lines
508 B
Makefile
# $NetBSD: Makefile,v 1.27 2013/11/25 11:03:39 obache Exp $
|
|
#
|
|
|
|
.include "../../converters/nkf/Makefile.common"
|
|
|
|
PKGNAME= p5-nkf-2.13
|
|
SVR4_PKGNAME= p5nkf
|
|
CATEGORIES= japanese converters perl5
|
|
|
|
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
|
|
COMMENT= Perl library for Network Kanji code conversion Filter
|
|
#LICENSE= zlib-license
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
PERL5_CONFIGURE_DIRS= NKF.mod
|
|
BUILD_DIRS= ${PERL5_CONFIGURE_DIRS}
|
|
PERL5_PACKLIST= auto/NKF/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|