devel/p5-Test-Future-IO-Impl: Add p5-Test-Future-IO-Impl 0.14
Test::Future::IO::Impl contains a collection of acceptance tests for implementations of Future::IO.
This commit is contained in:
parent
6e94e52ae7
commit
9c29526f2c
5 changed files with 31 additions and 0 deletions
|
@ -3493,6 +3493,7 @@
|
|||
SUBDIR += p5-Test-Filename
|
||||
SUBDIR += p5-Test-Fixme
|
||||
SUBDIR += p5-Test-Fixture-DBIC-Schema
|
||||
SUBDIR += p5-Test-Future-IO-Impl
|
||||
SUBDIR += p5-Test-Group
|
||||
SUBDIR += p5-Test-HTML-Tidy
|
||||
SUBDIR += p5-Test-Harness
|
||||
|
|
23
devel/p5-Test-Future-IO-Impl/Makefile
Normal file
23
devel/p5-Test-Future-IO-Impl/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
PORTNAME= Test-Future-IO-Impl
|
||||
PORTVERSION= 0.14
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Acceptance tests for Future::IO implementations
|
||||
WWW= https://metacpan.org/dist/Test-Future-IO-Impl
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Test2-Suite>=0:devel/p5-Test2-Suite
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Test-Future-IO-Impl/distinfo
Normal file
3
devel/p5-Test-Future-IO-Impl/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1682616624
|
||||
SHA256 (Test-Future-IO-Impl-0.14.tar.gz) = 007db619d3d49634325c56efbca0e1e5576dd33f79455f2dea595be6edf8e235
|
||||
SIZE (Test-Future-IO-Impl-0.14.tar.gz) = 12467
|
2
devel/p5-Test-Future-IO-Impl/pkg-descr
Normal file
2
devel/p5-Test-Future-IO-Impl/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
Test::Future::IO::Impl contains a collection of acceptance tests for
|
||||
implementations of Future::IO.
|
2
devel/p5-Test-Future-IO-Impl/pkg-plist
Normal file
2
devel/p5-Test-Future-IO-Impl/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Test/Future/IO/Impl.pm
|
||||
%%PERL5_MAN3%%/Test::Future::IO::Impl.3.gz
|
Loading…
Reference in a new issue