Tweak print/abcm2ps version 6.6.22
[dports.git] / print / rubygem-pdf-reader / Makefile
1 # Created by: Steve Wills <swills@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       pdf-reader
5 PORTVERSION=    1.3.3
6 CATEGORIES=     print rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        PDF parser conforming as much as possible to the PDF specification
11
12 RUN_DEPENDS=    rubygem-afm>=0.2.0:${PORTSDIR}/print/rubygem-afm \
13                 rubygem-ascii85>=1.0.0:${PORTSDIR}/devel/rubygem-ascii85 \
14                 rubygem-hashery>=2.0:${PORTSDIR}/devel/rubygem-hashery \
15                 rubygem-rc4>=0:${PORTSDIR}/security/rubygem-rc4 \
16                 rubygem-ttfunk>=0:${PORTSDIR}/print/rubygem-ttfunk
17
18 USE_RUBY=       yes
19 USE_RUBYGEMS=   yes
20 RUBYGEM_AUTOPLIST=      yes
21 PLIST_FILES+=   bin/pdf_callbacks bin/pdf_list_callbacks bin/pdf_object bin/pdf_text
22
23 .include <bsd.port.mk>