pkgsrc-wip/p5-Tree-Simple-VisitorFactory/Makefile
Hiramatsu Yoshifumi 90e9bc5bde Updated to 0.10.
0.10 Fri Nov. 25, 2005
    - removing OS X resource fork files which are causeing
      the pod test to fail

0.09 Mon November 7, 2005
    - fixing an error in the Tree::Simple::Visitor::LoadDirectoryTree test

0.08 Mon July 18, 2005
    - small bug fix in Tree::Simple::Visitor::VariableDepthClone visitor
    - small bug fix with Tree::Simple::Visitor::FindByPath visitor
2006-01-25 06:53:51 +00:00

21 lines
695 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/01/25 06:53:51 jgoamakf Exp $
DISTNAME= Tree-Simple-VisitorFactory-0.10
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"