pkgsrc/devel/p5-IO-Null/Makefile
cjep 9a9a3fa59a Initial import of IO::Null 0.02 into the NetBSD packages collection as
devel/p5-IO-Null.

This is a perl class for null file handles. Calling a constructor of this
class always succeeds, returning a new null file handle. Writing to
any object of this class is always a no-operation, and returns true.
Reading from any object of this class is always no-operation, and
returns empty-string or empty-list, as appropriate.
2002-12-14 00:19:24 +00:00

17 lines
431 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/12/14 00:19:24 cjep Exp $
#
DISTNAME= IO-Null-0.02
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5inu
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= packages@netbsd.org
COMMENT= Perl module for null filehandles
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/Null/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"