pkgsrc/devel/p5-Wx-Perl-DataWalker/Makefile
sno 83905fe839 Importing devel/p5-Wx-Perl-DataWalker version 0.02 as dependency for
Padre.

Wx::Perl::DataWalker implements a Wx::Frame subclass that shows a relatively
simple Perl data structure browser. After opening such a frame and supplying
it with a reference to an essentially arbitrary data structure, it can be
visually browsed by double-clicking references.
2010-01-16 15:45:11 +00:00

26 lines
772 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 15:45:11 sno Exp $
#
DISTNAME= Wx-Perl-DataWalker-0.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= x11 perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wx/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Wx-Perl-DataWalker/
COMMENT= Shows a relatively simple Perl data structure browser
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Class-XSAccessor>=0.06:../../devel/p5-Class-XSAccessor
DEPENDS+= p5-Devel-Size>=0.71:../../devel/p5-Devel-Size
DEPENDS+= p5-Wx>=0.88:../../x11/p5-Wx
DEPENDS+= p5-YAML-LibYAML>=0.32:../../textproc/p5-YAML-LibYAML
USE_TOOLS+= perl
PERL5_PACKLIST= auto/Wx/Perl/DataWalker/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"