diff options
author | skv <skv@FreeBSD.org> | 2004-02-06 00:04:21 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-02-06 00:04:21 +0800 |
commit | 2c1bfcafb131bf835d342336bc58b57fcff297da (patch) | |
tree | 68bf5c1ba6aaffaa8aa4f7df029f20a85e353d66 /converters/p5-Text-Iconv | |
parent | b64106c9b0a67c4cb72e89cb9f602f2be2c7f6d3 (diff) | |
download | freebsd-ports-gnome-2c1bfcafb131bf835d342336bc58b57fcff297da.tar.gz freebsd-ports-gnome-2c1bfcafb131bf835d342336bc58b57fcff297da.tar.zst freebsd-ports-gnome-2c1bfcafb131bf835d342336bc58b57fcff297da.zip |
Minor clean (use USE_ICONV, etc.)
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 |