freebsd-ports/print/rubygem-pdf-core/Makefile
Steve Wills b5020a733f PDF::Core is a pure Ruby library to render PDF documents.
It supports several PDF features, such as among others:
 * low-level annotation
 * istream objects and stream filters
 * NameTree
 * object repository
 * object serialization
 * indirect objects
 * page geometries

It is used internally by Prawn (provided in the rubygems-prawn package),
a Ruby PDF generation library.

WWW: http://prawnpdf.org/

PR:		ports/187987
Submitted by:	Michael Moll <kvedulv at kvedulv.de>
2014-03-29 14:53:39 +00:00

16 lines
302 B
Makefile

# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD$
PORTNAME= pdf-core
PORTVERSION= 0.2.5
CATEGORIES= print rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library to render PDF documents
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>