7fbb8d9527
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
629 B
Makefile
21 lines
629 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:33 jlam Exp $
|
|
|
|
DISTNAME= XML-Filter-DetectWS-0.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
#SVR4_PKGNAME=
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TJ/TJMATHER/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-Filter-DetectWS-0.01/
|
|
COMMENT= PerlSAX filter that detects ignorable whitespace
|
|
|
|
CONFLICTS+= p5-libxml-enno-[0-9]*
|
|
|
|
DEPENDS+= p5-XML-Filter-SAXT>=0.01:../../textproc/p5-XML-Filter-SAXT
|
|
|
|
PERL5_PACKLIST= auto/XML/Filter/DetectWS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|