pkgsrc/textproc/p5-PDF-Table/Makefile
wiz 920fe634f8 p5-PDF-Table: update to 0.10.0.
Version 0.10.0 Introduces underlined text in cells
2018-03-04 15:35:17 +00:00

18 lines
540 B
Makefile

# $NetBSD: Makefile,v 1.17 2018/03/04 15:35:17 wiz Exp $
DISTNAME= PDF-Table-0.10.0
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/PDF-Table/
COMMENT= Utility class for building table layouts in a Perl5 PDF::API2 object
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-PDF-API2>=2.019:../../textproc/p5-PDF-API2
PERL5_PACKLIST= auto/PDF/Table/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"