pkgsrc/textproc/p5-XML-XPathEngine/Makefile
seb 541a1cdfe0 Initial import of p5-XML-XPathEngine version 0.12 in the NetBSD
Packages Collection.

The Perl 5 module XML::XPathEngine provides an XPath engine, that
can be re-used by other module/classes that implement trees.
2010-02-07 11:28:43 +00:00

20 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/02/07 11:28:43 seb Exp $
DISTNAME= XML-XPathEngine-0.12
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-XPathEngine/
COMMENT= Perl 5 re-usable XPath engine for DOM-like trees
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/XML/XPathEngine/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"