pkgsrc/print/p5-LaTeX-Table/Makefile
wiz 40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00

32 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.17 2015/07/12 18:56:27 wiz Exp $
#
DISTNAME= LaTeX-Table-v1.0.6
PKGNAME= p5-${DISTNAME:S/v1/1/}
PKGREVISION= 5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/LaTeX-Table/
COMMENT= Perl extension for the automatic generation of LaTeX tables
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Moose>=0.76:../../devel/p5-Moose
DEPENDS+= p5-MooseX-FollowPBP>=0.03:../../devel/p5-MooseX-FollowPBP
DEPENDS+= p5-Template-Toolkit-[0-9]*:../../www/p5-Template-Toolkit
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
# Recommended modules
DEPENDS+= p5-LaTeX-Driver-[0-9]*:../../print/p5-LaTeX-Driver
DEPENDS+= p5-LaTeX-Encode-[0-9]*:../../print/p5-LaTeX-Encode
DEPENDS+= p5-Number-Format-[0-9]*:../../textproc/p5-Number-Format
DEPENDS+= p5-Text-CSV-[0-9]*:../../textproc/p5-Text-CSV
#DEPENDS+= {perl>=5.10.1,p5-autodie-[0-9]*}:../../devel/p5-autodie
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/LaTeX/Table/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"