mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Minor clean (use USE_ICONV, etc.)
This commit is contained in:
parent
a119c50664
commit
5b9defa04b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100061
@ -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>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (Text-Iconv-1.2.tar.gz) = eb1bfd6f713024bbad95048b367abdf9
|
||||
SIZE (Text-Iconv-1.2.tar.gz) = 6455
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user