1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

Add p5-IO-All 0.22, IO::All combines all of the best Perl IO modules.

PR:		ports/69135
Submitted by:	Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
This commit is contained in:
Vanilla I. Shu 2004-07-16 02:23:29 +00:00
parent 03942b2d34
commit abe6243d4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113747
5 changed files with 55 additions and 0 deletions

View File

@ -796,6 +796,7 @@
SUBDIR += p5-Heap
SUBDIR += p5-Hook-LexWrap
SUBDIR += p5-IO
SUBDIR += p5-IO-All
SUBDIR += p5-IO-Multiplex
SUBDIR += p5-IO-String
SUBDIR += p5-IO-Stty

39
devel/p5-IO-All/Makefile Normal file
View File

@ -0,0 +1,39 @@
# New ports collection makefile for: IO::All
# Date created: 15 July 2004
# Whom: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= IO-All
PORTVERSION= 0.22
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/I/IN/INGY/
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= IO::All combines all of the best Perl IO modules
BUILD_DEPENDS= ${SITE_PERL}/Spiffy.pm:${PORTSDIR}/devel/p5-Spiffy
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= IO::All.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif
.if ${PERL_LEVEL} < 500703
BUILD_DEPENDS+= ${SITE_PERL}/Tie/File.pm:${PORTSDIR}/devel/p5-Tie-File
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.8.x or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>

2
devel/p5-IO-All/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (IO-All-0.22.tar.gz) = fec62c77dd6fe6eea3e06d5b5ed26a1c
SIZE (IO-All-0.22.tar.gz) = 47711

View File

@ -0,0 +1,8 @@
IO::All - IO::All combines all of the best Perl IO modules
IO::All combines all of the best Perl IO modules into a single Spiffy object
oriented interface to greatly simplify your everyday Perl IO idioms.
It exports a single function called io, which returns a new IO::All object.
And that object can do it all!
WWW: http://search.cpan.org/~ingy/IO-All-0.22/

View File

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