13 lines
343 B
Makefile
13 lines
343 B
Makefile
# $OpenBSD: Makefile,v 1.7 2011/09/16 11:41:42 espie Exp $
|
|
|
|
COMMENT = Fast, Nimble PDF Generation For Ruby -- ruby-prawn
|
|
|
|
DISTNAME = prawn-${VERSION}
|
|
REVISION = 4
|
|
|
|
RUN_DEPENDS = textproc/ruby-prawn/core,${MODRUBY_FLAVOR} \
|
|
textproc/ruby-prawn/layout,${MODRUBY_FLAVOR} \
|
|
textproc/ruby-prawn/format,${MODRUBY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|