diff options
author | martti <martti@pkgsrc.org> | 2001-11-28 12:11:12 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-11-28 12:11:12 +0000 |
commit | e24974637e74db18f50afa454f61418a412ba395 (patch) | |
tree | 960269c234feb3742c69cd22f62ae27f1ab641e5 /textproc/p5-PDF-API2/Makefile | |
parent | 22116387be8336fffcca3ab80414bf59f84c60d2 (diff) | |
download | pkgsrc-e24974637e74db18f50afa454f61418a412ba395.tar.gz |
Added p5-PDF-API2-0.2.0.2 (PR#14144).
Changes for PR:
- use version 0.2.0.2
- moved pkg/*
From DESCR:
Perl module for the next generation API for creating and modifing PDFs.
Diffstat (limited to 'textproc/p5-PDF-API2/Makefile')
-rw-r--r-- | textproc/p5-PDF-API2/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile new file mode 100644 index 00000000000..a762fde6b69 --- /dev/null +++ b/textproc/p5-PDF-API2/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/11/28 12:11:12 martti Exp $ +# + +DISTNAME= PDF-API2-0.2.0.2_dev +PKGNAME= p5-PDF-API2-0.2.0.2 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/} + +MAINTAINER= packages@netbsd.org +#HOMEPAGE= +COMMENT= perl5 module for next generation api for pdf + +DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/PDF/API2/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" |