pkgsrc/converters/p5-Text-Iconv/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

19 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.19 2005/08/06 06:19:05 jlam Exp $
#
DISTNAME= Text-Iconv-1.4
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
SVR4_PKGNAME= p5tic
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-Iconv/
COMMENT= Perl interface to iconv() codeset conversion function
PERL5_PACKLIST= auto/Text/Iconv/.packlist
.include "../../converters/libiconv/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"