pkgsrc/print/ruby-pdf-reader/Makefile
taca e1c57134e6 Upadte ruby-pdf-reader to 1.4.0.
v1.4.0 (22nd February 2016)
- raise minimum ruby version to 1.9.3
- print warnings to stderr when deprecated methods are used. These methods have been
  deprecated for 4 years, so hopefully few people are depending on them
- Fix exception when a npn-breakng space (character 160) is used with a
  built-in fint (helvetica, etc)
- various bug fixes
2016-03-15 15:01:16 +00:00

22 lines
712 B
Makefile

# $NetBSD: Makefile,v 1.14 2016/03/15 15:01:16 taca Exp $
DISTNAME= pdf-reader-1.4.0
CATEGORIES= print
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/yob/pdf-reader
COMMENT= Library for accessing the content of PDF files
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-Ascii85>=1.0.0<1.1:../../converters/ruby-Ascii85
DEPENDS+= ${RUBY_PKGPREFIX}-rc4>=0:../../security/ruby-rc4
DEPENDS+= ${RUBY_PKGPREFIX}-hashery>=2.0<3:../../devel/ruby-hashery
DEPENDS+= ${RUBY_PKGPREFIX}-afm>=0.2.1<0.3:../../fonts/ruby-afm
DEPENDS+= ${RUBY_PKGPREFIX}-ttfunk>=0:../../fonts/ruby-ttfunk
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"