Package: text-iconv-pm580 Version: 1.2 Revision: 3 Replaces: text-iconv-pm (<= 1.2-1), text-iconv-pm560 BuildDepends: fink (>= 0.13.0-1), libiconv-dev, perl580-core Depends: perl580-core PostInstScript: << rm -rf %p/lib/perl5/darwin/auto/Text/Iconv/ rm -f %p/lib/perl5/darwin/Text/Iconv.pm << ### Source: mirror:cpan:authors/id/M/MP/MPIOTR/Text-Iconv-%v.tar.gz Source-MD5: eb1bfd6f713024bbad95048b367abdf9 ### Type: perl 5.8.0 UpdatePOD: True ### PatchScript: << #!/bin/sh -e cat > Makefile.PL << EOF use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'Text::Iconv', 'VERSION_FROM' => 'Iconv.pm', # finds $VERSION 'LIBS' => ['-L%p/lib -liconv'], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' 'INC' => '-I%p/include', # e.g., '-I/usr/include/other' 'dist' => {COMPRESS => 'gzip', SUFFIX => 'gz'}, ); EOF << ### DocFiles: README Changes MANIFEST ### Description: Perl interface to the iconv() codeset conversion function DescDetail: << This module provides a Perl interface to the iconv() codeset conversion function, as defined by the Single UNIX Specification. For more details see the POD documentation embedded in the file Iconv.pm, which will also be installed as Text::Iconv(3) man page. << ### License: Artistic Maintainer: None Homepage: http://search.cpan.org/dist/Text-Iconv