blob: 50dd990b6ef1e21ecd28050b8bf2c728535cf979 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.2 2010/09/10 07:40:00 taca Exp $
DISTNAME= pdf-writer-1.1.8
CATEGORIES= print
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ruby-pdf.rubyforge.org/pdf-writer/
COMMENT= PDF generation library
LICENSE= # mit style but...
DEPENDS+= ${RUBY_PKGPREFIX}-color>=1.4.0:../../graphics/ruby-color
DEPENDS+= ${RUBY_PKGPREFIX}-transaction-simple>=1.3:../../misc/ruby-transaction-simple
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|