1af1a627e9
* Add spec for trailer initialization * Update document state spec description * Remove securerandom * Fixed tests for document state trailer * Remove default_trailer & leave it as an empty hash * Add document ID to trailer for PDF-X spec compat
14 lines
331 B
Makefile
14 lines
331 B
Makefile
# $NetBSD: Makefile,v 1.6 2015/09/13 15:09:50 taca Exp $
|
|
|
|
DISTNAME= pdf-core-0.6.0
|
|
CATEGORIES= print
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://prawnpdf.org/
|
|
COMMENT= PDF::Core is used by Prawn to render PDF documents
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|