summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-02-05 16:04:21 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-02-05 16:04:21 +0000
commit5b9defa04bb4c57dc648dca3a129736753651b13 (patch)
treeabc31a6800aa2c4e6f6a3c84c0129bf89a62ff1a /converters
parentUpate to 2.13 (diff)
Minor clean (use USE_ICONV, etc.)
Notes
Notes: svn path=/head/; revision=100061
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Text-Iconv/Makefile3
-rw-r--r--converters/p5-Text-Iconv/distinfo1
-rw-r--r--converters/p5-Text-Iconv/pkg-descr2
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