1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/converters/p5-Text-Iconv/Makefile
2021-04-06 16:31:07 +02:00

22 lines
482 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
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
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
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>