diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-27 23:57:57 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-27 23:57:57 +0000 |
commit | 9c29526f2ca73ef840bde7b95adafdc3d048ea08 (patch) | |
tree | 05c702d6c7cdad266e1100a3c92016c104301128 | |
parent | 6e94e52ae78679e1c39848e0cfd9514fe3a391f7 (diff) |
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.
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Test-Future-IO-Impl/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Test-Future-IO-Impl/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Test-Future-IO-Impl/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Test-Future-IO-Impl/pkg-plist | 2 |
5 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 42cc2d6507e0..16266ae65646 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-Test-Future-IO-Impl/Makefile b/devel/p5-Test-Future-IO-Impl/Makefile new file mode 100644 index 000000000000..e892c8f40b9e --- /dev/null +++ b/devel/p5-Test-Future-IO-Impl/Makefile @@ -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> diff --git a/devel/p5-Test-Future-IO-Impl/distinfo b/devel/p5-Test-Future-IO-Impl/distinfo new file mode 100644 index 000000000000..a81cee984279 --- /dev/null +++ b/devel/p5-Test-Future-IO-Impl/distinfo @@ -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 diff --git a/devel/p5-Test-Future-IO-Impl/pkg-descr b/devel/p5-Test-Future-IO-Impl/pkg-descr new file mode 100644 index 000000000000..c08b29a63ff1 --- /dev/null +++ b/devel/p5-Test-Future-IO-Impl/pkg-descr @@ -0,0 +1,2 @@ +Test::Future::IO::Impl contains a collection of acceptance tests for +implementations of Future::IO. diff --git a/devel/p5-Test-Future-IO-Impl/pkg-plist b/devel/p5-Test-Future-IO-Impl/pkg-plist new file mode 100644 index 000000000000..2ac95c7c0d41 --- /dev/null +++ b/devel/p5-Test-Future-IO-Impl/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Test/Future/IO/Impl.pm +%%PERL5_MAN3%%/Test::Future::IO::Impl.3.gz |