7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
28 lines
913 B
Makefile
28 lines
913 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:16 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= LaTeX-Driver-0.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
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
|
|
|
|
USE_TOOLS+= gs:run
|
|
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/LaTeX/Driver/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|