e2c0a6d1bf
into a more native and mostly object-oriented perl form. The development of this package grew out of the desire for something more object-oriented then XML::Simple and was more simplistic and perlish then the various standard XML API modules such as XML::DOM. Easier installation of modules was also a contributing factor.
20 lines
585 B
Makefile
20 lines
585 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 23:07:03 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= XML-Elemental-2.1
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~tima/XML-Elemental/
|
|
COMMENT= Simplistic and perlish handling of XML data
|
|
|
|
DEPENDS+= p5-Task-Weaken>=1.02:../../devel/p5-Task-Weaken
|
|
DEPENDS+= p5-XML-SAX>=0:../../textproc/p5-XML-SAX
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PERL5_PACKLIST= auto/XML/Elemental/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|