7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
25 lines
731 B
Makefile
25 lines
731 B
Makefile
# $NetBSD: Makefile,v 1.18 2005/08/06 06:19:34 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= XML-XQL-0.68
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
SVR4_PKGNAME= p5xxq
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= tech-pkg@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"
|