diff options
author | seb <seb> | 2002-10-02 15:59:28 +0000 |
---|---|---|
committer | seb <seb> | 2002-10-02 15:59:28 +0000 |
commit | 111fb132b793af17bdb3c114b710a218fd16ef0e (patch) | |
tree | 89ae9390989084861fdffe3d5e0784fdc71ad793 /textproc/p5-PDF-API2 | |
parent | 815bd18d7aeaf5cbe0019c9248e3bc44754e5275 (diff) | |
download | pkgsrc-111fb132b793af17bdb3c114b710a218fd16ef0e.tar.gz |
Use buildlink2
Use perl5/module.mk
Diffstat (limited to 'textproc/p5-PDF-API2')
-rw-r--r-- | textproc/p5-PDF-API2/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile index a762fde6b69..d3b476711f6 100644 --- a/textproc/p5-PDF-API2/Makefile +++ b/textproc/p5-PDF-API2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/11/28 12:11:12 martti Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/02 15:59:28 seb Exp $ # DISTNAME= PDF-API2-0.2.0.2_dev @@ -12,10 +12,8 @@ COMMENT= perl5 module for next generation api for pdf DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib -USE_PERL5= # defined +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/PDF/API2/.packlist -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |