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.
25 lines
735 B
Makefile
25 lines
735 B
Makefile
# $NetBSD: Makefile,v 1.29 2014/05/29 23:37:48 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= XML-XQL-0.68
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 11
|
|
SVR4_PKGNAME= p5xxq
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Perl module to perform XQL queries on XML object trees
|
|
|
|
DEPENDS+= p5-XML-DOM>=1.29:../../textproc/p5-XML-DOM
|
|
DEPENDS+= p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser
|
|
DEPENDS+= p5-Date-Manip>=5.33:../../devel/p5-Date-Manip
|
|
DEPENDS+= p5-Parse-Yapp-[0-9]*:../../devel/p5-Parse-Yapp
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
|
|
CONFLICTS+= p5-libxml-enno-[0-9]*
|
|
|
|
PERL5_PACKLIST= auto/XML/XQL/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|