35909a826c
PDF::Writer for Ruby provides the ability to create PDF documents using only native Ruby libraries.
17 lines
516 B
Makefile
17 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:20:20 jlam Exp $
|
|
|
|
DISTNAME= pdf-writer-1.1.8
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= print
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ruby-pdf.rubyforge.org/pdf-writer/
|
|
COMMENT= PDF generation library
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-color>=1.4.0:../../graphics/ruby-color
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-transaction-simple>=1.3:../../misc/ruby-transaction-simple
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|