f0f9ca5f93
Pkgsrc changes: - Changed HOMEPAGE because of new maintainer. - PACKLIST changed because the name of the _module_ is now IO::Stringy. Changes since version 2.109: ============================ * 2208 IO::ScalarArray->getline does not return undef for EOF if undef($/) * 7132 IO-stringy/Makefile.PL bug - name should be module name * 11249 IO::Scalar flush shouldn't return undef * 2172 $\ (output record separator) not respected * 8605 IO::InnerFile::seek() should return 1 on success * 4798 *.html in lib/ * 4369 Improvement: handling of fixed-size reads in IO::Scalar (Actually, bug 4369 was closed in Version 2.109)
20 lines
541 B
Makefile
20 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.23 2006/07/12 16:39:47 heinz Exp $
|
|
#
|
|
|
|
DISTNAME= IO-stringy-2.110
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5isr
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/IO-stringy/
|
|
COMMENT= Perl class for I/O on in-core objects like strings and arrays
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/IO/Stringy/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|