diff --git a/converters/p5-Text-Iconv/Makefile b/converters/p5-Text-Iconv/Makefile index 085668dedacd..09fbe6df2c22 100644 --- a/converters/p5-Text-Iconv/Makefile +++ b/converters/p5-Text-Iconv/Makefile @@ -16,13 +16,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Perl interface to iconv() codeset conversion function -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +USE_ICONV= yes PERL_CONFIGURE= yes CONFIGURE_ARGS+= INC="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -liconv" MAN3= Text::Iconv.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include diff --git a/converters/p5-Text-Iconv/distinfo b/converters/p5-Text-Iconv/distinfo index c5210b5dffb5..13e7f338b49a 100644 --- a/converters/p5-Text-Iconv/distinfo +++ b/converters/p5-Text-Iconv/distinfo @@ -1 +1,2 @@ MD5 (Text-Iconv-1.2.tar.gz) = eb1bfd6f713024bbad95048b367abdf9 +SIZE (Text-Iconv-1.2.tar.gz) = 6455 diff --git a/converters/p5-Text-Iconv/pkg-descr b/converters/p5-Text-Iconv/pkg-descr index 4b61d511ddd3..67854bf31ebc 100644 --- a/converters/p5-Text-Iconv/pkg-descr +++ b/converters/p5-Text-Iconv/pkg-descr @@ -3,7 +3,7 @@ as defined by the Single UNIX Specification. The convert() method converts the encoding of characters in the input string from the fromcode codeset to the tocode codeset, and returns the result. -WWW: http://search.cpan.org/search?dist=Text-Iconv +WWW: http://search.cpan.org/dist/Text-Iconv/ -- Sergey Skvortsov skv@FreeBSD.org