pkgsrc/math/antixls/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

27 lines
651 B
Makefile

# $NetBSD: Makefile,v 1.9 2013/05/31 12:41:21 wiz Exp $
#
DISTNAME= antixls-0.2b
PKGREVISION= 3
CATEGORIES= math
MASTER_SITES= http://www.af0.net/~dan/
EXTRACT_SUFX= .perl
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.af0.net/~dan/?antixls
COMMENT= Print XLS file with minimal formatting, or as CSV
DEPENDS+= p5-Spreadsheet-ParseExcel-[0-9]*:../../math/p5-Spreadsheet-ParseExcel
USE_TOOLS+= perl:run
WRKSRC= ${WRKDIR}
EXTRACT_CMD= ${CP} $$extract_file antixls
REPLACE_PERL+= antixls
NO_BUILD= YES
INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/antixls ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"