pkgsrc/shells/xsh/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
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.
2014-05-29 23:35:13 +00:00

25 lines
802 B
Makefile

# $NetBSD: Makefile,v 1.22 2014/05/29 23:37:26 wiz Exp $
DISTNAME= XML-XSH-1.8.2
PKGNAME= ${DISTNAME:S/XML-XSH/xsh/}
PKGREVISION= 13
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xsh/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xsh.sourceforge.net/
COMMENT= XML Editing Shell
DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent
DEPENDS+= {perl>=5.17.10,p5-Term-ReadLine>=1.12}:../../devel/p5-Term-ReadLine
DEPENDS+= p5-XML-LibXML>=1.31:../../textproc/p5-XML-LibXML
DEPENDS+= p5-XML-LibXML-Iterator-[0-9]*:../../textproc/p5-XML-LibXML-Iterator
DEPENDS+= p5-XML-NodeFilter-[0-9]*:../../textproc/p5-XML-NodeFilter
USE_TOOLS+= gmake
PKG_SHELL= bin/xsh
PERL5_PACKLIST= auto/XML/XSH/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"