freebsd-ports/converters/p5-Text-Iconv/Makefile

26 lines
500 B
Makefile
Raw Normal View History

# 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
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to iconv() codeset conversion function
USES= iconv
PERL_CONFIGURE= yes
2002-08-16 15:54:05 +02:00
CONFIGURE_ARGS+= INC="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -liconv"
MAN3= Text::Iconv.3
.include <bsd.port.mk>