1.5 Thu Aug 30 14:42:08 CEST 2007 - Various small changes to make Text::Iconv compile on OpenVMS (based on a patch by Peter (Stig) Edwards) - Output buffer was always initialized to 5 bytes--this was just for testing, but I'd forgotten to revert back to the original code (detected via a bug report by Aldo LeTellier). 1.6 Sat Oct 13 00:16:30 CEST 2007 - Makefile.PL now uses File::Spec to portably specify the null device. This should make it possible to build Text::Iconv on Windows "out of the box". - Added get_attr() and set_attr() methods. They provide an interface to the iconvctl() function of GNU libiconv. 1.7 Wed Oct 17 15:49:56 CEST 2007 - Makefile.PL now explicitly declares "use 5.006;" since it uses functionality like delete() for array elements. - In Iconv.xs, moved the variable declarations in ti_set_attr() and ti_get_attr() into the PREINIT: section. This makes it possible to compile it using gcc 2.96.
20 lines
545 B
Makefile
20 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.22 2009/02/26 08:46:33 abs Exp $
|
|
#
|
|
|
|
DISTNAME= Text-Iconv-1.7
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tic
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= abs@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-Iconv/
|
|
COMMENT= Perl interface to iconv() codeset conversion function
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Text/Iconv/.packlist
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|