Tweak irc/sirc version 2.211_1
[dports.git] / converters / p5-Text-Iconv / Makefile
1 # Created by: Sergey Skvortsov <skv@protey.ru>
2 # $FreeBSD$
3
4 PORTNAME=       Text-Iconv
5 PORTVERSION=    1.7
6 PORTREVISION=   2
7 CATEGORIES=     converters perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl interface to iconv() codeset conversion function
13
14 USES=           perl5 iconv
15 USE_PERL5=      configure
16 CONFIGURE_ARGS+=INC="-I${ICONV_PREFIX}/include ${CFLAGS}" \
17                 LIBS="-L${ICONV_PREFIX}/lib ${ICONV_LIB}"
18
19 .include <bsd.port.mk>