1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/p5-IO-Null/Makefile
Erwin Lansing 7b6fb4d2db IO::Null
========

Calling a constructor of this class always succeeds, returning a new
null filehabdle. Writing to any object of this class is always a no-
operation, and returns true. Reading from any object of this class is
always nooperation, and returns empty-string or empty-list, as
appropriate.

WWW: http://search.cpan.org/dist/IO-Null/

PR:		ports/98723
Submitted by:	Rouslan Iskhakov <rouslan@rshell.net>
2006-06-10 16:13:14 +00:00

23 lines
435 B
Makefile

# New ports collection makefile for: devel/p5-IO-Null
# Date created: 06/06/2006
# Whom: Rouslan Iskhakov <rouslan@rshell.net>
#
# $FreeBSD$
#
PORTNAME= IO-Null
PORTVERSION= 1.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-
MAINTAINER= rouslan@rshell.net
COMMENT= IO::Null - class for null filehandles
PERL_CONFIGURE= yes
MAN3= IO::Null.3
.include <bsd.port.mk>