6413f28f27
2005-12-05 Gisle Aas Release 1.08 The untie code in close() just seemed wrong, so just remove it. The object still seems to get cleaned up on various versions perl. 2005-10-24 Gisle Aas Release 1.07 Make sure read() will not return negative values. <https://rt.cpan.org/Ticket/Display.html?id=13841>
18 lines
488 B
Makefile
18 lines
488 B
Makefile
# $NetBSD: Makefile,v 1.13 2006/01/03 17:35:27 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= IO-String-1.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/IO-String/
|
|
COMMENT= Perl module for I/O on in-core objects like strings and arrays
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/IO/String/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|