23 lines
767 B
Makefile
23 lines
767 B
Makefile
# $NetBSD: Makefile,v 1.6 2003/07/17 22:54:41 grant Exp $
|
|
#
|
|
|
|
DISTNAME= XML-Simple-2.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5xsi
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= Easy Perl API to read/write XML
|
|
|
|
DEPENDS+= p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX
|
|
DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
|
|
DEPENDS+= p5-XML-NamespaceSupport-[0-9]*:../../textproc/p5-XML-NamespaceSupport
|
|
DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable
|
|
DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Simple/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|