pkgsrc changes: - Adding license definition - Adjusting module type Upstream changes: 2009-06-16 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.007.1. * Changes: - eucJP-ascii and its 7-bit counterpart was chosen instead of eucJP-ms, as latter will occasionally break standardized mappings. Shift-encoding counterpart hasn't been implemented yet. * Fix: Skip all pod tests on pre-UTF8 Perl. 2009-05-17 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.007 - not really released. 2009-05-12 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.007_02. * Charset/CP932.pm: Supports extended mappings for ISO-2022-JP/EUC-JP by those of eucJP-ms, as CP51932 mungles accented latin characters and ISO-2022-JP-1 does not support NEC/IBM extended mappings. 2009-05-11 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.007_01. * Supports Perl 5.8.0. * New function: detect_7bit_charset(). * Bundle inc::Module::Install. * Corrected META.yml & PODs. Removed duplicated docs.
29 lines
794 B
Makefile
29 lines
794 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/09/19 16:51:44 sno Exp $
|
|
#
|
|
|
|
DISTNAME= MIME-Charset-1.007.1
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
|
|
|
|
MAINTAINER= bouyer@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MIME-Charset/
|
|
COMMENT= Perl5 module containing charset Informations for MIME
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
# extra requirement for:
|
|
# extended mappings by Japanese codepages
|
|
# Encode::EUCJPASCII >= 0.02
|
|
# additional mappings for JIS X 0213:2000
|
|
# Encode::JIS2K >= 0.02
|
|
# additional mappings for Chinese standards
|
|
# Encode::HanExtra >= 0.20
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MIME/Charset/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|