freebsd-ports/converters/p5-Text-Iconv/Makefile
Mathieu Arnold 518b213f07 Always use libiconv, which has all the functions.
PR:		210848
Submitted by:	Marcin Gryszkalis
Sponsored by:	Absolight
2016-07-05 20:26:13 +00:00

19 lines
452 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Text-Iconv
PORTVERSION= 1.7
PORTREVISION= 3
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to iconv() codeset conversion function
USES= perl5 iconv:translit
USE_PERL5= configure
CONFIGURE_ARGS+=INC="-I${ICONV_PREFIX}/include ${CFLAGS}" \
LIBS="-L${ICONV_PREFIX}/lib ${ICONV_LIB}"
.include <bsd.port.mk>