pkgsrc/devel/p5-Tree-DAG_Node/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

19 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:16 jlam Exp $
#
DISTNAME= Tree-DAG_Node-1.05
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://cpan.org/authors/id/S/SB/SBURKE/
MAINTAINER= dprice@cs.nmsu.edu
HOMEPAGE= http://search.cpan.org/dist/Tree-DAG_Node/
COMMENT= Class for representing nodes in a tree
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Tree/DAG_Node/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"