pkgsrc/converters/p5-Text-Iconv/Makefile
wiz 80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00

23 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.4 2002/09/10 16:06:37 wiz Exp $
#
DISTNAME= Text-Iconv-1.1
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
SVR4_PKGNAME= p5tic
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= abs@netbsd.org
HOMEPAGE= http://www.linguistik.uni-erlangen.de/~mxp/
COMMENT= Perl interface to iconv() codeset conversion function
USE_BUILDLINK_ONLY= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Iconv/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../converters/libiconv/buildlink.mk"
.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"