pkgsrc/devel/p5-IO-Util/Makefile
wiz abef04b4f9 Update to 1.43:
Version 1.43
- Added HASH reference check of parsed MML.
- load_mml options are now passable as plain name=>value pairs
- A few test and POD changes

Version 1.42
- Little improvement of the capture function (syswrite support)

Version 1.41
- Fixed capture bug related to unimplemented tied methods
- Created the internal IO::Util::Handle class based on Tie::StdHandle

Version 1.4
- Added perl 5.6.1 version check in Makefile.PL
- Added SKIP block in unique id tests if Time::HiRes is not installed
- Added load_mml() function (loads MML data into perl structures)
- POD restyling and fixing

Version 1.3
- Added Tid(), Lid() and Uid() functions and tests

Closes PR 29051 by Hiramatsu Yoshifumi.
2005-03-19 02:57:58 +00:00

19 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.3 2005/03/19 02:57:58 wiz Exp $
DISTNAME= IO-Util-1.43
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5iou
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/IO-Util/
COMMENT= Selection of general-utility IO function
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/Util/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"