2000-12-31 06:51:33 +01:00
|
|
|
# New ports collection makefile for: Text::Iconv
|
|
|
|
# Date created: 26 Dec 2000
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Iconv
|
2008-01-15 22:51:27 +01:00
|
|
|
PORTVERSION= 1.7
|
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
|
|
|
|
2013-04-27 10:50:46 +02:00
|
|
|
USES= iconv
|
2000-12-31 06:51:33 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2002-08-16 15:54:05 +02:00
|
|
|
CONFIGURE_ARGS+= INC="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -liconv"
|
2000-12-31 06:51:33 +01:00
|
|
|
|
|
|
|
MAN3= Text::Iconv.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|