a58dd81611
This shouldn't be needed if we had non-recursive dependancies *sigh*.
24 lines
740 B
Makefile
24 lines
740 B
Makefile
# $NetBSD: Makefile,v 1.10 2004/01/23 21:50:49 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= XML-LibXML-1.56
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
SVR4_PKGNAME= p5xlx
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~phish/XML-LibXML/
|
|
COMMENT= Perl interface to the libxml2 library
|
|
|
|
DEPENDS+= p5-XML-SAX>=0.03:../../textproc/p5-XML-SAX
|
|
DEPENDS+= p5-XML-Checker-[0-9]*:../../textproc/p5-XML-Checker
|
|
DEPENDS+= p5-XML-LibXML-Common-[0-9]*:../../textproc/p5-XML-LibXML-Common
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/LibXML/.packlist
|
|
|
|
.include "../../textproc/libxml2/buildlink2.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|