diff options
author | Wen Heping <wen@FreeBSD.org> | 2025-02-04 07:37:07 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2025-02-04 07:47:20 +0000 |
commit | 5bbebfc3eb21e380d003d0085bece073b6f8ff39 (patch) | |
tree | ad64c50ac0786fcf857f3c84af9f57b6f2e3f398 | |
parent | a192eb6d1bfdce44262ebec91b6785dd6de79863 (diff) |
devel/p5-Module-Build-Parse-Yapp: New port
Module::Build::Parse::Yapp is a subclass of Module::Build made
to build Parse::Yapp parsers from the source. Thus, prebuilt
parsers do not have to be included in the source distribution.
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Module-Build-Parse-Yapp/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Module-Build-Parse-Yapp/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Module-Build-Parse-Yapp/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Module-Build-Parse-Yapp/pkg-plist | 2 |
5 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index a77afb32237c..e738df21e827 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2996,6 +2996,7 @@ SUBDIR += p5-Module-Build SUBDIR += p5-Module-Build-Convert SUBDIR += p5-Module-Build-Kwalitee + SUBDIR += p5-Module-Build-Parse-Yapp SUBDIR += p5-Module-Build-Pluggable SUBDIR += p5-Module-Build-Pluggable-CPANfile SUBDIR += p5-Module-Build-Pluggable-ReadmeMarkdownFromPod diff --git a/devel/p5-Module-Build-Parse-Yapp/Makefile b/devel/p5-Module-Build-Parse-Yapp/Makefile new file mode 100644 index 000000000000..c565c8846ac7 --- /dev/null +++ b/devel/p5-Module-Build-Parse-Yapp/Makefile @@ -0,0 +1,21 @@ +PORTNAME= Module-Build-Parse-Yapp +PORTVERSION= 0.1.2 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wen@FreeBSD.org +COMMENT= Build Parse::Yapp parsers from source +WWW= https://metacpan.org/release/Module-Build-Parse-Yapp + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= p5-Parse-Yapp>=0:devel/p5-Parse-Yapp + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/p5-Module-Build-Parse-Yapp/distinfo b/devel/p5-Module-Build-Parse-Yapp/distinfo new file mode 100644 index 000000000000..da3bbb8aedcd --- /dev/null +++ b/devel/p5-Module-Build-Parse-Yapp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1738650510 +SHA256 (Module-Build-Parse-Yapp-0.1.2.tar.gz) = fd3de586f886fb2fc551cd5859bc9feb7de225216b615b09b9dfae9160facb55 +SIZE (Module-Build-Parse-Yapp-0.1.2.tar.gz) = 4088 diff --git a/devel/p5-Module-Build-Parse-Yapp/pkg-descr b/devel/p5-Module-Build-Parse-Yapp/pkg-descr new file mode 100644 index 000000000000..417aaa107d6d --- /dev/null +++ b/devel/p5-Module-Build-Parse-Yapp/pkg-descr @@ -0,0 +1,3 @@ +Module::Build::Parse::Yapp is a subclass of Module::Build made +to build Parse::Yapp parsers from the source. Thus, prebuilt +parsers do not have to be included in the source distribution. diff --git a/devel/p5-Module-Build-Parse-Yapp/pkg-plist b/devel/p5-Module-Build-Parse-Yapp/pkg-plist new file mode 100644 index 000000000000..f49f2b998a41 --- /dev/null +++ b/devel/p5-Module-Build-Parse-Yapp/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Module/Build/Parse/Yapp.pm +%%PERL5_MAN3%%/Module::Build::Parse::Yapp.3.gz |