pkgsrc/devel/p5-Tree-DAG_Node/Makefile
wiz 232489ff75 p5-Tree-DAG_Node: update to 1.31.
1.31  2018-02-14T09:08:00
	- Clarify licence issue by changing the reference in the DAG_Node.pm file from Artistic V 2
		to Perl, so it now matches what I preemptively put in Makefile.PL and the LICENSE file.
		Sean Burke has kindly agreed to this change.
		$thanx x $many to Gregor Herrmann (Debian Perl Group) for reporting this via github.
2018-02-25 17:44:49 +00:00

21 lines
637 B
Makefile

# $NetBSD: Makefile,v 1.37 2018/02/25 17:44:49 wiz Exp $
DISTNAME= Tree-DAG_Node-1.31
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"