print/p5-LaTeX-Driver from 0.08nb3 to 0.10. pkgsrc changes: - fix whitespaces in Makefile.PL patch Upstream changes: #------------------------------------------------------------------------ # Version 0.10 - 2011-09-18 #------------------------------------------------------------------------ * use system tmp directory rather than hardcoded /tmp * Makefile.PL exits if latex binary is not found (rather than dieing #------------------------------------------------------------------------ # Version 0.09 - 2011-08-18 #------------------------------------------------------------------------ * Tidied up for perlcritic
28 lines
965 B
Makefile
28 lines
965 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/11/11 11:37:08 sno Exp $
|
|
#
|
|
|
|
DISTNAME= LaTeX-Driver-0.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/LaTeX-Driver/
|
|
COMMENT= Perl module encapsulates the details of invoking the Latex programs
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk
|
|
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
|
|
DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
|
|
DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
DEPENDS+= web2c-[0-9]*:../../print/web2c
|
|
DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
|
|
DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/LaTeX/Driver/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|