diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-08-16 13:54:05 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-08-16 13:54:05 +0000 |
commit | 9500677524a0b1d3e650890785890b6a47d2f23a (patch) | |
tree | fb672280903f2c52f06c9cb26e96e654e199cb6f /converters/p5-Text-Iconv | |
parent | 820a6d9d69c913b82e79fe58914d01b93f3de772 (diff) | |
download | ports-9500677524a0b1d3e650890785890b6a47d2f23a.tar.gz ports-9500677524a0b1d3e650890785890b6a47d2f23a.zip |
Notes
Diffstat (limited to 'converters/p5-Text-Iconv')
-rw-r--r-- | converters/p5-Text-Iconv/Makefile | 7 | ||||
-rw-r--r-- | converters/p5-Text-Iconv/pkg-descr | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/converters/p5-Text-Iconv/Makefile b/converters/p5-Text-Iconv/Makefile index 7ae8eb92d66e..2a40447cc7e1 100644 --- a/converters/p5-Text-Iconv/Makefile +++ b/converters/p5-Text-Iconv/Makefile @@ -13,14 +13,15 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv PERL_CONFIGURE= yes -CONFIGURE_ARGS+= INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -liconv" +CONFIGURE_ARGS+= INC="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -liconv" MAN3= Text::Iconv.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/converters/p5-Text-Iconv/pkg-descr b/converters/p5-Text-Iconv/pkg-descr index d24bcb5f5abd..4b61d511ddd3 100644 --- a/converters/p5-Text-Iconv/pkg-descr +++ b/converters/p5-Text-Iconv/pkg-descr @@ -1,6 +1,9 @@ -The Text::Iconv module provides a Perl interface to the iconv() -function 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. +The Text::Iconv module provides a Perl interface to the iconv() function +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 + +-- Sergey Skvortsov +skv@FreeBSD.org |