pkgsrc/textproc/p5-PDF-Reuse/Makefile
wiz caeaebd5e0 Update to 0.36, provided by Leonardo Taccari in PR 49841.
Changes:
0.36 Wed Dec 10 2014
     Added binary blob handling to prJpeg
     Added prAltJpeg to allow for insertion of alternate low-res images for display
     Added support for grayscale images to prJpeg after suggestions from Ingo Lachmann
     Removing depricated define(@array) syntax per suggestion from Nigel Gourlay
     Updating copyright notices
2015-04-16 14:23:57 +00:00

22 lines
734 B
Makefile

# $NetBSD: Makefile,v 1.9 2015/04/16 14:23:57 wiz Exp $
DISTNAME= PDF-Reuse-0.36
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc print perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/PDF-Reuse/
COMMENT= Reuse and mass produce PDF documents
LICENSE= ${PERL5_LICENSE}
DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress
DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]}}:../../security/p5-Digest-MD5
DEPENDS+= p5-Text-PDF-[0-9]*:../../textproc/p5-Text-PDF
DEPENDS+= p5-Font-TTF-[0-9]*:../../fonts/p5-Font-TTF
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/PDF/Reuse/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"