15 lines
424 B
Makefile
15 lines
424 B
Makefile
# $OpenBSD: Makefile,v 1.8 2011/09/16 11:41:42 espie Exp $
|
|
|
|
COMMENT = Fast, Nimble PDF Generation For Ruby - prawn-core
|
|
|
|
DISTNAME = prawn-core-${VERSION}
|
|
REVISION = 4
|
|
|
|
MODRUBY_REGRESS = rake
|
|
NO_REGRESS = Yes # untill ruby-test-spec has been imported.
|
|
#REGRESS_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR} \
|
|
# devel/ruby-test-spec,${MODRUBY_FLAVOR} \
|
|
# textproc/ruby-pdf-reader,${MODRUBY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|