# $MidnightBSD: trunk/converters/p5-Text-Iconv/Makefile 20576 2015-10-31 13:47:19Z laffer1 $

PORTNAME=	Text-Iconv
PORTVERSION=	1.7
PORTREVISION=	2
CATEGORIES=	converters perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Perl interface to iconv() codeset conversion function

LICENSE=	artistic gpl
LICENSE_COMB=	dual

USES=		iconv:translit

PERL_CONFIGURE=	yes
CONFIGURE_ARGS+=	INC="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib -liconv"

.include <bsd.port.mk>
