48f106c001
------------------------------------ 1.30 2017-03-15T09:45:00 - Add convenience method generateChild($scalar) which simply does addChild(new($scalar) ). Thanx to René Nyffenegger for this suggestion. Add matching test t/22_Tree_Simple_generate_child.t. - Reduce pre-req version of Test::More from 1.001014 to 1.001002.
21 lines
705 B
Makefile
21 lines
705 B
Makefile
# $NetBSD: Makefile,v 1.29 2017/03/20 21:16:05 mef Exp $
|
|
|
|
DISTNAME= Tree-Simple-1.30
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Tree-Simple/
|
|
COMMENT= Simple extension to manipulate tree objects
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils
|
|
BUILD_DEPENDS+= p5-Test-Exception>=0.20:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= p5-Test-Version>=1.002003:../../devel/p5-Test-Version
|
|
|
|
PERL5_PACKLIST= auto/Tree/Simple/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|