of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
21 lines
542 B
Makefile
21 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.14 2005/08/06 06:19:34 jlam Exp $
|
|
|
|
DISTNAME= XML-XPath-1.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5xxp
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-XPath/
|
|
COMMENT= XML XPath software
|
|
|
|
DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/XML/XPath/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|