diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-24 18:57:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-24 18:57:48 +0000 |
commit | 87b4c0da12ca70545cff98a3d55d172b9a681bc0 (patch) | |
tree | e3355f27cbc3b7fd1ba66fdf587a6dff85c3523d /print | |
parent | 516437dc19c3b3ba4533dc498a5f3f8b1dedfbc0 (diff) | |
download | ports-87b4c0da12ca70545cff98a3d55d172b9a681bc0.tar.gz ports-87b4c0da12ca70545cff98a3d55d172b9a681bc0.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/rubygem-prawn-format/Makefile | 3 | ||||
-rw-r--r-- | print/rubygem-prawn-format/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/print/rubygem-prawn-format/Makefile b/print/rubygem-prawn-format/Makefile index 5b9b46e733d9..21fbf3866e6a 100644 --- a/print/rubygem-prawn-format/Makefile +++ b/print/rubygem-prawn-format/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Extension of Prawn that allows inline formatting +LICENSE= GPLv2 RUBY +LICENSE_COMB= dual + RUN_DEPENDS= rubygem-prawn-core>=0:${PORTSDIR}/print/rubygem-prawn-core USE_RUBY= yes diff --git a/print/rubygem-prawn-format/pkg-descr b/print/rubygem-prawn-format/pkg-descr index ee8a7283dd4f..7b6b1f12f9a3 100644 --- a/print/rubygem-prawn-format/pkg-descr +++ b/print/rubygem-prawn-format/pkg-descr @@ -1,4 +1,4 @@ rubygem-prawn-format is an extension of Prawn that allows inline formatting. -WWW: http://rubygems.org/gems/prawn-format/ +WWW: https://github.com/practicingruby/prawn-format |