13 lines
319 B
Makefile
13 lines
319 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/11/20 19:56:52 espie Exp $
|
|
|
|
COMMENT = Fast, Nimble PDF Generation For Ruby -- ruby-prawn
|
|
|
|
DISTNAME = prawn-${VERSION}
|
|
REVISION = 1
|
|
|
|
RUN_DEPENDS = textproc/ruby-prawn/core,${FLAVOR} \
|
|
textproc/ruby-prawn/layout,${FLAVOR} \
|
|
textproc/ruby-prawn/format,${FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|