git: 1c85d8c58a98 - main - textproc/p5-Template-Plugin-YAML: new port had been added (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Nov 2021 07:41:02 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c85d8c58a98401a89a2ec838368279014e66b4f commit 1c85d8c58a98401a89a2ec838368279014e66b4f Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-11-19 07:39:56 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-11-19 07:39:58 +0000 textproc/p5-Template-Plugin-YAML: new port had been added (+) Simple Template Toolkit Plugin Interface to the YAML module. WWW: https://metacpan.org/dist/Template-Plugin-YAML --- textproc/Makefile | 1 + textproc/p5-Template-Plugin-YAML/Makefile | 21 +++++++++++++++++++++ textproc/p5-Template-Plugin-YAML/distinfo | 3 +++ textproc/p5-Template-Plugin-YAML/pkg-descr | 3 +++ textproc/p5-Template-Plugin-YAML/pkg-plist | 2 ++ 5 files changed, 30 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 888358893ad4..ff2f39725a58 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -824,6 +824,7 @@ SUBDIR += p5-Template-Plugin-HTML-SuperForm SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect SUBDIR += p5-Template-Plugin-XML-Escape + SUBDIR += p5-Template-Plugin-YAML SUBDIR += p5-Template-Semantic SUBDIR += p5-Template-Tiny SUBDIR += p5-Term-QRCode diff --git a/textproc/p5-Template-Plugin-YAML/Makefile b/textproc/p5-Template-Plugin-YAML/Makefile new file mode 100644 index 000000000000..89d22e448807 --- /dev/null +++ b/textproc/p5-Template-Plugin-YAML/Makefile @@ -0,0 +1,21 @@ +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> + +PORTNAME= Template-Plugin-YAML +PORTVERSION= 1.23 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Plugin interface to YAML + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +RUN_DEPENDS= p5-YAML>=0:textproc/p5-YAML \ + p5-Template-Toolkit>=0:www/p5-Template-Toolkit + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> diff --git a/textproc/p5-Template-Plugin-YAML/distinfo b/textproc/p5-Template-Plugin-YAML/distinfo new file mode 100644 index 000000000000..c2fdef85371e --- /dev/null +++ b/textproc/p5-Template-Plugin-YAML/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1229360230 +SHA256 (Template-Plugin-YAML-1.23.tar.gz) = c8dfe56d68a3ee03cf1c274318eba8c5f9241b0794e4d53e352106fe10b2f2b7 +SIZE (Template-Plugin-YAML-1.23.tar.gz) = 2424 diff --git a/textproc/p5-Template-Plugin-YAML/pkg-descr b/textproc/p5-Template-Plugin-YAML/pkg-descr new file mode 100644 index 000000000000..b53ddd0cd48c --- /dev/null +++ b/textproc/p5-Template-Plugin-YAML/pkg-descr @@ -0,0 +1,3 @@ +This is a simple Template Toolkit Plugin Interface to the YAML module. + +WWW: https://metacpan.org/dist/Template-Plugin-YAML diff --git a/textproc/p5-Template-Plugin-YAML/pkg-plist b/textproc/p5-Template-Plugin-YAML/pkg-plist new file mode 100644 index 000000000000..a8f4f4079939 --- /dev/null +++ b/textproc/p5-Template-Plugin-YAML/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Template/Plugin/YAML.pm +%%PERL5_MAN3%%/Template::Plugin::YAML.3.gz