2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Sergey Skvortsov <skv@protey.ru>
|
2000-12-31 06:51:33 +01:00
|
|
|
|
|
|
|
PORTNAME= Text-Iconv
|
2008-01-15 22:51:27 +01:00
|
|
|
PORTVERSION= 1.7
|
2016-07-05 22:26:13 +02:00
|
|
|
PORTREVISION= 3
|
2000-12-31 06:51:33 +01:00
|
|
|
CATEGORIES= converters perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-12-31 06:51:33 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-07 17:42:51 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl interface to iconv() codeset conversion function
|
2000-12-31 06:51:33 +01:00
|
|
|
|
2018-03-14 10:03:13 +01:00
|
|
|
LICENSE= ART10 GPLv1+
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-07-05 22:26:13 +02:00
|
|
|
USES= perl5 iconv:translit
|
2013-08-02 20:52:07 +02:00
|
|
|
USE_PERL5= configure
|
2014-03-25 19:40:44 +01:00
|
|
|
CONFIGURE_ARGS+=INC="-I${ICONV_PREFIX}/include ${CFLAGS}" \
|
|
|
|
LIBS="-L${ICONV_PREFIX}/lib ${ICONV_LIB}"
|
2000-12-31 06:51:33 +01:00
|
|
|
|
2014-03-25 19:40:44 +01:00
|
|
|
.include <bsd.port.mk>
|