15 lines
439 B
Makefile
15 lines
439 B
Makefile
# $OpenBSD: Makefile,v 1.9 2011/12/02 19:34:42 jeremy Exp $
|
|
|
|
COMMENT = Fast, Nimble PDF Generation For Ruby - prawn-core
|
|
|
|
DISTNAME = prawn-core-${VERSION}
|
|
REVISION = 4
|
|
|
|
MODRUBY_REGRESS = rake
|
|
# Requires the test/spec gem, not imported. You can gem install
|
|
# if if you want to uncomment the tests and run them.
|
|
#REGRESS_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR} \
|
|
# textproc/ruby-pdf-reader,${MODRUBY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|