mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
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
|
@ -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
22
devel/p5-IO-Util/Makefile
Normal 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>
|
2
devel/p5-IO-Util/distinfo
Normal file
2
devel/p5-IO-Util/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (IO-Util-1.26.tar.gz) = 6093c39bc143dbe0dd77294481fc2daf
|
||||
SIZE (IO-Util-1.26.tar.gz) = 3721
|
7
devel/p5-IO-Util/pkg-descr
Normal file
7
devel/p5-IO-Util/pkg-descr
Normal 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
|
4
devel/p5-IO-Util/pkg-plist
Normal file
4
devel/p5-IO-Util/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue