Add p5-IO-Util 1.26, a selection of general-utility IO function.

PR:		ports/69302
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
This commit is contained in:
Vanilla I. Shu 2004-07-19 16:40:27 +00:00
parent 89a58c85f1
commit aef0e7e450
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114225
5 changed files with 36 additions and 0 deletions

View file

@ -803,6 +803,7 @@
SUBDIR += p5-IO-Stty
SUBDIR += p5-IO-Tee
SUBDIR += p5-IO-Tty
SUBDIR += p5-IO-Util
SUBDIR += p5-IO-stringy
SUBDIR += p5-IPC-Cache
SUBDIR += p5-IPC-Locker

22
devel/p5-IO-Util/Makefile Normal file
View file

@ -0,0 +1,22 @@
# New ports collection makefile for: IO-Util
# Date created: Mon Jul 19 23:18:01 CST 2004
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#
PORTNAME= IO-Util
PORTVERSION= 1.26
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= A selection of general-utility IO function
PERL_CONFIGURE= yes
MAN3= IO::Util.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
MD5 (IO-Util-1.26.tar.gz) = 6093c39bc143dbe0dd77294481fc2daf
SIZE (IO-Util-1.26.tar.gz) = 3721

View file

@ -0,0 +1,7 @@
IO::Util - A selection of general-utility IO function
This is a micro-weight module that exports just a couple of
functions of general utility in IO operations.
WWW: http://search.cpan.org/dist/IO-Util/
Author: Domizio Demichelis

View file

@ -0,0 +1,4 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Util/.packlist
%%SITE_PERL%%/IO/Util.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Util/
@unexec rmdir %D/%%SITE_PERL%%/IO 2>/dev/null || true