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.
27 lines
652 B
Makefile
27 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/05/29 23:36:52 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= antixls-0.2b
|
|
PKGREVISION= 4
|
|
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"
|