pkgsrc/devel/p5-Tree-Simple/Makefile
wiz 0263a24902 Update to 1.17:
1.17 Mon Oct. 23, 2006
    - make loading of Scalar::Util::weaken, completely
      optional
    - added a $post_func optional arg to &traverse. Thanks
2007-02-18 02:51:41 +00:00

22 lines
640 B
Makefile

# $NetBSD: Makefile,v 1.10 2007/02/18 02:51:41 wiz Exp $
#
DISTNAME= Tree-Simple-1.17
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Tree-Simple/
COMMENT= Simple extension to manipulate tree objects
DEPENDS+= p5-Scalar-List-Utils>=0.18:../../devel/p5-Scalar-List-Utils
DEPENDS+= p5-Test-Exception>=0.20:../../devel/p5-Test-Exception
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Tree/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"