diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-02-05 16:04:21 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-02-05 16:04:21 +0000 |
commit | 5b9defa04bb4c57dc648dca3a129736753651b13 (patch) | |
tree | abc31a6800aa2c4e6f6a3c84c0129bf89a62ff1a /converters/p5-Text-Iconv | |
parent | a119c50664cc0dfc90e22b6bb4249a1f88b297bc (diff) | |
download | ports-5b9defa04bb4c57dc648dca3a129736753651b13.tar.gz ports-5b9defa04bb4c57dc648dca3a129736753651b13.zip |
Notes
Diffstat (limited to 'converters/p5-Text-Iconv')
-rw-r--r-- | converters/p5-Text-Iconv/Makefile | 3 | ||||
-rw-r--r-- | converters/p5-Text-Iconv/distinfo | 1 | ||||
-rw-r--r-- | converters/p5-Text-Iconv/pkg-descr | 2 |
3 files changed, 3 insertions, 3 deletions
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 <bsd.port.mk> 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 |