diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-11 05:29:42 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-11 05:29:42 +0800 |
commit | d20e85c681425a33bf3a126242ae889f1a66c09f (patch) | |
tree | 74d59e0830cbbe3f50ef58f1d56374a524e40671 /print/Makefile | |
parent | 5ac98da7c283d5b7e10ac2921d324755711b7382 (diff) | |
download | freebsd-ports-gnome-d20e85c681425a33bf3a126242ae889f1a66c09f.tar.gz freebsd-ports-gnome-d20e85c681425a33bf3a126242ae889f1a66c09f.tar.zst freebsd-ports-gnome-d20e85c681425a33bf3a126242ae889f1a66c09f.zip |
Add rubygem-prawn-templates 0.1.2
Support for templates was dropped in Prawn 0.13.0, disabled by default in
0.14.0, and extracted in 0.15.0.
This gem includes the extracted templates code, which is mainly unsupported, but
provides the old functionality that was in Prawn 0.12.0 for years.
WWW: https://github.com/prawnpdf/prawn-templates
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index e9f86078b189..1fd712c58f73 100644 --- a/print/Makefile +++ b/print/Makefile @@ -216,6 +216,7 @@ SUBDIR += rubygem-prawn-security SUBDIR += rubygem-prawn-svg SUBDIR += rubygem-prawn-table + SUBDIR += rubygem-prawn-templates SUBDIR += rubygem-prawn_shapes SUBDIR += rubygem-rbpdf SUBDIR += rubygem-rbpdf-font |