d2ca14a3f1
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.
25 lines
735 B
Makefile
25 lines
735 B
Makefile
# $NetBSD: Makefile,v 1.28 2013/05/31 12:42:22 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= XML-XQL-0.68
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 10
|
|
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"
|