pkgsrc-wip/p5-Tree-Simple-VisitorFactory/Makefile
Hiramatsu Yoshifumi d429e64729 updated to 0.07.
Changes from 0.05:

0.07 Mon July 18, 2005
    - forgot to implement the node filter in the
      Tree::Simple::Visitor::VariableDepthClone visitor
        - added this code and tested it

0.06 Wed July 13, 2005
    - added Tree::Simple::Visitor::VariableDepthClone
        - added tests and docs for this
        - bumped up the Tree::Simple version requirement to
          support this new Visitor
2005-07-29 01:25:30 +00:00

21 lines
695 B
Makefile

# $NetBSD: Makefile,v 1.3 2005/07/29 01:25:30 jgoamakf Exp $
DISTNAME= Tree-Simple-VisitorFactory-0.07
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5trs
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Tree-Simple-VisitorFactory/
COMMENT= Collection of visitor objects for use with Tree::Simple
DEPENDS+= p5-Test-Exception>=0.20:../../devel/p5-Test-Exception
DEPENDS+= p5-Tree-Simple>=1.00:../../devel/p5-Tree-Simple
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Tree/Simple/VisitorFactory/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"