mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
- Add p5-IO-Any
IO::Any aims to provide read/write anything. It tries to guess what the "anything" is based on some rules. WWW: http://search.cpan.org/dist/IO-Any/
This commit is contained in:
parent
9eb0a149ab
commit
df47da1dba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274933
@ -1779,6 +1779,7 @@
|
||||
SUBDIR += p5-IO-AIO
|
||||
SUBDIR += p5-IO-All
|
||||
SUBDIR += p5-IO-All-LWP
|
||||
SUBDIR += p5-IO-Any
|
||||
SUBDIR += p5-IO-Async
|
||||
SUBDIR += p5-IO-BufferedSelect
|
||||
SUBDIR += p5-IO-Capture
|
||||
|
27
devel/p5-IO-Any/Makefile
Normal file
27
devel/p5-IO-Any/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: p5-IO-Any
|
||||
# Date created: 2011-05-26
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IO-Any
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= IO::Any opens anything
|
||||
|
||||
BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
|
||||
RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
|
||||
p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
|
||||
TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/Test-Differences \
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/Test-Exception
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= IO::Any.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-IO-Any/distinfo
Normal file
2
devel/p5-IO-Any/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (IO-Any-0.04.tar.gz) = a5923041a1cca8ff94c32934f8e96d4a26040b975780df2d53e3786bdbe37d18
|
||||
SIZE (IO-Any-0.04.tar.gz) = 10210
|
4
devel/p5-IO-Any/pkg-descr
Normal file
4
devel/p5-IO-Any/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
IO::Any aims to provide read/write anything. It tries to guess what the
|
||||
"anything" is based on some rules.
|
||||
|
||||
WWW: http://search.cpan.org/dist/IO-Any/
|
5
devel/p5-IO-Any/pkg-plist
Normal file
5
devel/p5-IO-Any/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/IO/Any.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Any/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Any
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
|
||||
@dirrmtry %%SITE_PERL%%/IO
|
Loading…
Reference in New Issue
Block a user