diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-11-19 07:39:56 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-11-19 07:39:58 +0000 |
| commit | 1c85d8c58a98401a89a2ec838368279014e66b4f (patch) | |
| tree | 4580a6073de0bc0cb58be52b7a05585c952d694a | |
| parent | 056135a38ed91f3eff4fcd9578962fbd01d3a34b (diff) | |
| -rw-r--r-- | textproc/Makefile | 1 | ||||
| -rw-r--r-- | textproc/p5-Template-Plugin-YAML/Makefile | 21 | ||||
| -rw-r--r-- | textproc/p5-Template-Plugin-YAML/distinfo | 3 | ||||
| -rw-r--r-- | textproc/p5-Template-Plugin-YAML/pkg-descr | 3 | ||||
| -rw-r--r-- | textproc/p5-Template-Plugin-YAML/pkg-plist | 2 |
5 files changed, 30 insertions, 0 deletions
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 |
