Utilities for interactive I/O
WWW: http://search.cpan.org/dist/IO-Interactive PR: ports/141401 Submitted by: Andrey Kostenko <andrey at kostenko.name>
This commit is contained in:
parent
6ca1d860bc
commit
2ee8f63a5d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245678
@ -1541,6 +1541,7 @@
|
||||
SUBDIR += p5-IO-Capture
|
||||
SUBDIR += p5-IO-CaptureOutput
|
||||
SUBDIR += p5-IO-Digest
|
||||
SUBDIR += p5-IO-Interactive
|
||||
SUBDIR += p5-IO-KQueue
|
||||
SUBDIR += p5-IO-Lambda
|
||||
SUBDIR += p5-IO-LockedFile
|
||||
|
24
devel/p5-IO-Interactive/Makefile
Normal file
24
devel/p5-IO-Interactive/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: IO-Interactive
|
||||
# Date created: 12 December 2009
|
||||
# Whom: Andrey Kostenko <andrey@kostenko.name>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IO-Interactive
|
||||
PORTVERSION= 0.0.6
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= andrey@kostenko.name
|
||||
COMMENT= Utilities for interactive I/O
|
||||
|
||||
BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
p5-version>=0:${PORTSDIR}/devel/p5-version
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
MAN3= IO::Interactive.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-IO-Interactive/distinfo
Normal file
3
devel/p5-IO-Interactive/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (IO-Interactive-0.0.6.tar.gz) = 6ca9b8b8afc8b7d5e85985ea864d2431
|
||||
SHA256 (IO-Interactive-0.0.6.tar.gz) = 9cc016cbd94b500027e137cb5070d19487e4431bf822f0cb534c38b6b2c1038c
|
||||
SIZE (IO-Interactive-0.0.6.tar.gz) = 6487
|
3
devel/p5-IO-Interactive/pkg-descr
Normal file
3
devel/p5-IO-Interactive/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Utilities for interactive I/O
|
||||
|
||||
WWW: http://search.cpan.org/dist/IO-Interactive
|
5
devel/p5-IO-Interactive/pkg-plist
Normal file
5
devel/p5-IO-Interactive/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/IO/Interactive.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Interactive/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Interactive
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
|
||||
@dirrmtry %%SITE_PERL%%/IO
|
Loading…
Reference in New Issue
Block a user