freebsd-ports/print/rubygem-pdf-reader/Makefile
Philip M. Gollucci 4e3d011569 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
2015-07-02 16:01:06 +00:00

29 lines
758 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= pdf-reader
PORTVERSION= 1.3.3
PORTREVISION= 1
CATEGORIES= print rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= PDF parser conforming as much as possible to the PDF specification
LICENSE= MIT
RUN_DEPENDS= rubygem-afm>=0.2.0:${PORTSDIR}/print/rubygem-afm \
rubygem-ascii85>=1.0.0:${PORTSDIR}/devel/rubygem-ascii85 \
rubygem-hashery>=2.0:${PORTSDIR}/devel/rubygem-hashery \
rubygem-ruby-rc4>=0:${PORTSDIR}/security/rubygem-ruby-rc4 \
rubygem-ttfunk>=0:${PORTSDIR}/print/rubygem-ttfunk
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES+= bin/pdf_callbacks bin/pdf_list_callbacks bin/pdf_object bin/pdf_text
.include <bsd.port.mk>