------------------- # Revision history for Perl extension Encode. # # $Id: Changes,v 2.80 2016/01/25 14:54:13 dankogai Exp dankogai $ # $Revision: 2.80 $ $Date: 2016/01/25 14:54:13 $ ! lib/Encode/MIME/Header.pm t/mime-header.t Address #111417: 2.79 breaks Email-MIME-1.936 tests https://rt.cpan.org/Ticket/Display.html?id=111417 2.79 2016/01/22 06:44:53 ! lib/Encode/MIME/Header.pm t/mime-header.t Address: #88717: encode('MIME-Header') does not find word boundaries correctly By addressing this age-old bug, many other open RTs will be closed. https://rt.cpan.org/Ticket/Display.html?id=88717 ! lib/Encode/MIME/Header.pm Address RT#107775: Inserts an empty line in an encoded header field https://rt.cpan.org/Ticket/Display.html?id=107775 ! lib/Encode/Alias.pm Pulled: Update Alias.pm https://github.com/dankogai/p5-encode/pull/47 ! Encode.xs Unicode/Unicode.xs Pulled: static funcs in Encode.xs and Unicode.xs https://github.com/dankogai/p5-encode/pull/46 ! Unicode/Unicode.pm Pulled: Unicode.pm: Fix POD error https://github.com/dankogai/p5-encode/pull/45 - META.yml ! MANIFEST META.yml should not be included in the dist file. It is also obsolete.
18 lines
487 B
Makefile
18 lines
487 B
Makefile
# $NetBSD: Makefile,v 1.32 2016/02/03 12:54:32 mef Exp $
|
|
|
|
DISTNAME= Encode-2.80
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~dankogai/Encode/
|
|
COMMENT= Provides interfaces between strings and the rest of the system
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_REQD+= 5.7.3
|
|
|
|
PERL5_PACKLIST= auto/Encode/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|