pkgsrc/devel/p5-Devel-Refactor/Makefile
seb 0a5b999212 Initial import of p5-Devel-Dumpvar version 1.05 in the NetBSD
Packages Collection.

The Perl 5 module Devel::Dumpvar is a pure object-orientated
reimplementation of the perl-debugger's dumpvar.pl functionality.
This makes it a much more versatile version than other dumping
modules focused on serializing data, to use for dumping information
to debug log files or other uses where you don't need to reassemble
the data.
2009-12-05 09:00:51 +00:00

19 lines
507 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/12/05 09:00:51 seb Exp $
#
DISTNAME= Devel-Refactor-0.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Devel-Refactor/
COMMENT= Perl 5 extension for refactoring Perl code
USE_LANGUAGES= # empty
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Devel/Refactor/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"