2e25e5483b
pkgsrc changes: - "Adjust" some dependencies (move from recommended to required) Upstream changes: 1.0.1 Tue Sep 8 11:00:00 2009 - POD: * CPAN email address * better example for ltpretty - Bugfixes: * multicolumn shortcut for columns > 9 * ltpretty removed all slashes, not just the trailing ones * ltpretty removes now leading and trailing spaces in columns (caused problems with multicolumn shortcut)
34 lines
1.1 KiB
Makefile
34 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.7 2010/03/08 14:53:49 sno Exp $
|
|
#
|
|
|
|
DISTNAME= LaTeX-Table-v1.0.1
|
|
PKGNAME= p5-${DISTNAME:S/v1/1/}
|
|
#PKGREVISION= 1
|
|
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}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Moose>=0.76:../../devel/p5-Moose
|
|
DEPENDS+= p5-Moose-Policy-[0-9]*:../../devel/p5-Moose-Policy
|
|
DEPENDS+= p5-Template-Toolkit-[0-9]*:../../www/p5-Template-Toolkit
|
|
DEPENDS+= p5-Text-CSV-[0-9]*:../../textproc/p5-Text-CSV
|
|
DEPENDS+= {perl>=5.10.1,p5-autodie-[0-9]*}:../../devel/p5-autodie
|
|
|
|
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
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/LaTeX/Table/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|