pkgsrc/devel/p5-Tree-DAG_Node/Makefile
hiramatsu 02d84fdd44 Update p5-Tree-DAG_Node to 1.11.
Changes from previous:
----------------------
[V 1.11]
2013-02-04T09:50:00

- Correct the date (2012 -> 2013) in this file used for V 1.10.
- Correct the text at L<Tree::DAG_Node/AUTHOR> so it refers to
Artistic License 2.0, which now matches what it says in Build.PL and
Makefile.PL. Resolves RT#83088.
2013-04-22 03:03:57 +00:00

20 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.17 2013/04/22 03:03:57 hiramatsu Exp $
DISTNAME= Tree-DAG_Node-1.11
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}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Tree/DAG_Node/.packlist
PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"