88dbbe6e59
Prawn: Fast, Nimble PDF Generation For Ruby Prawn takes the pain out of generating beautiful printable documents, while still remaining fast, tiny and nimble. It is also named after a majestic sea creature, and that has to count for something. It supports UTF-8, image embedding, flexible table drawing and has a simplified content positioning.
15 lines
359 B
Makefile
15 lines
359 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/13 15:09:16 pirofti Exp $
|
|
|
|
COMMENT = Fast, Nimble PDF Generation For Ruby - prawn-format
|
|
|
|
DISTNAME = prawn-format-0.2.0.1
|
|
PKGNAME = ruby-${DISTNAME}
|
|
|
|
RUN_DEPENDS = ::textproc/ruby-prawn/core
|
|
|
|
MODRUBY_REGRESS = rake
|
|
REGRESS_DEPENDS = ::devel/ruby-echoe \
|
|
::textproc/ruby-prawn/prawn
|
|
|
|
.include <bsd.port.mk>
|