13 lines
328 B
Makefile
13 lines
328 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/13 15:09:17 pirofti Exp $
|
||
|
|
||
|
COMMENT = Fast, Nimble PDF Generation For Ruby -- ruby-prawn
|
||
|
|
||
|
DISTNAME = prawn-${VERSION}
|
||
|
PKGNAME = ruby-${DISTNAME}
|
||
|
|
||
|
RUN_DEPENDS = ::textproc/ruby-prawn/core \
|
||
|
::textproc/ruby-prawn/layout \
|
||
|
::textproc/ruby-prawn/format
|
||
|
|
||
|
.include <bsd.port.mk>
|