pkgsrc/devel/p5-IO-String/Makefile
kim c6c585065f Update to 1.04:
- Documentation fixes
- Seek will not reset the input_line_number (aka $.) for the IO::String
  object any more.
- Workaround for core dump in close() in perl-5.6.x.

Prerequisite for p5-Image-Info-1.16
2004-02-08 21:17:43 +00:00

16 lines
433 B
Makefile

# $NetBSD: Makefile,v 1.6 2004/02/08 21:17:43 kim Exp $
#
DISTNAME= IO-String-1.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Perl module for I/O on in-core objects like strings and arrays
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/String/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"