4d019c046c
1.23 Mon Oct 20 18:12:00 2014 - Change output format when using node2string(), which is called by tree2string(). Indentation which used to be '|---' is now '|--- '. So, a tree which used to be printed as: |---:default | |---::= | |---action | |---=> | |---[values] Is now printed as: |--- :default | |--- ::= | |--- action | |--- => | |--- [values] This makes the difference between node names ''/'-', '1'/'-1', etc, much clearer. Apologies to anyone who runs tests which compare the output with pre-existing files.
21 lines
636 B
Makefile
21 lines
636 B
Makefile
# $NetBSD: Makefile,v 1.29 2014/11/02 17:33:47 wiz Exp $
|
|
|
|
DISTNAME= Tree-DAG_Node-1.23
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= dprice@cs.nmsu.edu
|
|
HOMEPAGE= http://search.cpan.org/dist/Tree-DAG_Node/
|
|
COMMENT= Class for representing nodes in a tree
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= {perl>=5.19.1,p5-File-Temp>=0.23.01}:../../devel/p5-File-Temp
|
|
DEPENDS+= p5-File-Slurp-Tiny>=0:../../devel/p5-File-Slurp-Tiny
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Tree/DAG_Node/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|