summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-08-16 13:54:05 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-08-16 13:54:05 +0000
commit9500677524a0b1d3e650890785890b6a47d2f23a (patch)
treefb672280903f2c52f06c9cb26e96e654e199cb6f /converters
parentupgrade to 0.3.1 (diff)
Minor port cleanups
Notes
Notes: svn path=/head/; revision=64580
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Text-Iconv/Makefile7
-rw-r--r--converters/p5-Text-Iconv/pkg-descr11
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