Upstream changes: 2009-10-19 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.008. * Imp: support for iso-8859-6-[ei], iso-8859-8-[ei]. cf. report by Hanne Moa on Sympa bug #6385 at <http://sourcesup.cru.fr/>. * Imp: support for iso-8859-16. * Imp: Allow body transfer-encoding profile "S". * Chg: Default body transfer-encoding for UTF-8 from "B" to "S". * Doc: Some fixes. New section "Incompatible changes". * Fix: META.yml: optional_features is not hashref but arrayref. Thanks SREZIC@CPAN.
29 lines
792 B
Makefile
29 lines
792 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/02/22 17:21:00 sno Exp $
|
|
#
|
|
|
|
DISTNAME= MIME-Charset-1.008
|
|
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"
|