9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
25 lines
735 B
Makefile
25 lines
735 B
Makefile
# $NetBSD: Makefile,v 1.21 2006/03/04 21:30:50 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= XML-XQL-0.68
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
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"
|