Date: Wed, 29 Jun 2022 21:54:27 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e1334a42725e - main - devel/p5-Module-Build-Pluggable-CPANfile: Add p5-Module-Build-Pluggable-CPANfile 0.05 Message-ID: <202206292154.25TLsRMJ024050@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1334a42725e0437b6fcfb798933818184a8e95e commit e1334a42725e0437b6fcfb798933818184a8e95e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-29 21:42:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-29 21:49:23 +0000 devel/p5-Module-Build-Pluggable-CPANfile: Add p5-Module-Build-Pluggable-CPANfile 0.05 Module::Build::Pluggable::CPANfile is plugin for Module::Build::Pluggable to include dependencies from cpanfile into meta files. This modules is Module::Install::CPANfile for Module::Build. WWW: https://metacpan.org/dist/Module-Build-Pluggable-CPANfile --- devel/Makefile | 1 + devel/p5-Module-Build-Pluggable-CPANfile/Makefile | 27 ++++++++++++++++++++++ devel/p5-Module-Build-Pluggable-CPANfile/distinfo | 3 +++ devel/p5-Module-Build-Pluggable-CPANfile/pkg-descr | 5 ++++ devel/p5-Module-Build-Pluggable-CPANfile/pkg-plist | 2 ++ 5 files changed, 38 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 76100fbf4ee9..56ee5173077c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2752,6 +2752,7 @@ SUBDIR += p5-Module-Build-Convert SUBDIR += p5-Module-Build-Kwalitee SUBDIR += p5-Module-Build-Pluggable + SUBDIR += p5-Module-Build-Pluggable-CPANfile SUBDIR += p5-Module-Build-Pluggable-ReadmeMarkdownFromPod SUBDIR += p5-Module-Build-Tiny SUBDIR += p5-Module-Build-Using-PkgConfig diff --git a/devel/p5-Module-Build-Pluggable-CPANfile/Makefile b/devel/p5-Module-Build-Pluggable-CPANfile/Makefile new file mode 100644 index 000000000000..4cef66817c3e --- /dev/null +++ b/devel/p5-Module-Build-Pluggable-CPANfile/Makefile @@ -0,0 +1,27 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= Module-Build-Pluggable-CPANfile +PORTVERSION= 0.05 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Include cpanfile + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Module-Build-Pluggable>=0.05:devel/p5-Module-Build-Pluggable \ + p5-Module-CPANfile>=0.9010:devel/p5-Module-CPANfile +TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ + p5-Test-Requires>=0:devel/p5-Test-Requires + +USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/p5-Module-Build-Pluggable-CPANfile/distinfo b/devel/p5-Module-Build-Pluggable-CPANfile/distinfo new file mode 100644 index 000000000000..bd6676baebf7 --- /dev/null +++ b/devel/p5-Module-Build-Pluggable-CPANfile/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1656522228 +SHA256 (Module-Build-Pluggable-CPANfile-0.05.tar.gz) = 4aec6cba240cb6e78016406b6a3a875634cc2aec08ffc5f1572da1cdc40e1e7c +SIZE (Module-Build-Pluggable-CPANfile-0.05.tar.gz) = 10802 diff --git a/devel/p5-Module-Build-Pluggable-CPANfile/pkg-descr b/devel/p5-Module-Build-Pluggable-CPANfile/pkg-descr new file mode 100644 index 000000000000..70508516e9b1 --- /dev/null +++ b/devel/p5-Module-Build-Pluggable-CPANfile/pkg-descr @@ -0,0 +1,5 @@ +Module::Build::Pluggable::CPANfile is plugin for Module::Build::Pluggable to +include dependencies from cpanfile into meta files. This modules is +Module::Install::CPANfile for Module::Build. + +WWW: https://metacpan.org/dist/Module-Build-Pluggable-CPANfile diff --git a/devel/p5-Module-Build-Pluggable-CPANfile/pkg-plist b/devel/p5-Module-Build-Pluggable-CPANfile/pkg-plist new file mode 100644 index 000000000000..1196b5d883f5 --- /dev/null +++ b/devel/p5-Module-Build-Pluggable-CPANfile/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Module/Build/Pluggable/CPANfile.pm +%%PERL5_MAN3%%/Module::Build::Pluggable::CPANfile.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206292154.25TLsRMJ024050>