8fd6660713
1.003026 2014-07-16 01:20:41Z - fix inclusion of of optional plugin prereqs when installation is run non-interactively 1.003025 2013-09-29 22:36:59Z (Karen Etheridge) - re-release with fixed prerequisites in metadata 1.003024 2013-09-25 04:07:04Z (Karen Etheridge) - re-release with fixed compile test 1.003023 2013-09-12 00:52:03Z (Karen Etheridge) - The default profile is now "Minimal", not "Default", as Default requires some optional features; Default renamed to Standard (RT#88615) 1.003022 2013-09-10 01:53:10Z (Karen Etheridge) - workaround added for plugins consuming plugins that use optional features - install problems fixed when some optional prereqs are not installed, by properly detecting the lack of features during testing (RT#88542) - spelling fixes (RT#87691, David Steinbrunner) 1.003021 2013-09-09 02:10:45Z (Karen Etheridge) - removed use of deprecated functions from Class::MOP - long-deprecated Devel::REPL::Plugin::NewlineHack removed at last - converted dist to Dist::Zilla, with a different mechanism for specifying optional features (install with cpanm --interactive to be prompted) 1.003020 2013-07-08 - shebang fixed in re.pl so it is rewritten to point to the proper perl at install time (RT#70928) 1.003019 2013-06-27 - Fix "No arguments!" error in Plugin::DDS when nothing to dump (RT#71205, Ash Berlin) - fix failing test when Lexical::Persistence is not installed 1.003018 2013-05-19 - more attempts to fix Term::ReadLine issues in tests (RT#84246, mephinet) 1.003017 2013-04-03 - fix issues with Term::ReadLine:Perl in tests (RT#84246) (thanks, Christopher McCann!) 1.003016 2013-03-26 - make all plugins load again by using native traits (thanks, Zaki Mughal!) (RT#84011) 1.003015 2013-03-01 - fix "Attempt to use reference as lvalue in substr" warning on perl 5.16 (thanks, ilmari!) - plugins that are used by the default profile now default to being installed, fixing RT#83669 and RT#83677 1.003014 2012-10-31 - now using native Moose attribute traits, instead of the deprecated MooseX::AttributeHelper (thanks, Justin Hunter!) - now using namespace::autoclean rather than namespace::clean (thanks, Karen Etheridge!) 1.003013 2012-05-19 - Make Sys::SigAction optional dependency for Win32 systems - Apply some plugin related patchs from Caleb Cushing
38 lines
1.6 KiB
Makefile
38 lines
1.6 KiB
Makefile
# $NetBSD: Makefile,v 1.21 2015/01/26 23:20:42 wiz Exp $
|
|
|
|
DISTNAME= Devel-REPL-1.003026
|
|
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-REPL/
|
|
COMMENT= Modern Perl interactive shell
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
|
|
DEPENDS+= p5-Moose>=0.74:../../devel/p5-Moose
|
|
DEPENDS+= p5-MooseX-AttributeHelpers>=0.16:../../devel/p5-MooseX-AttributeHelpers
|
|
DEPENDS+= p5-MooseX-Getopt>=0.18:../../devel/p5-MooseX-Getopt
|
|
DEPENDS+= p5-MooseX-Object-Pluggable>=0.0009:../../devel/p5-MooseX-Object-Pluggable
|
|
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
|
|
DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
|
|
|
|
# Recommended dependencies
|
|
DEPENDS+= p5-App-Nopaste-[0-9]*:../../www/p5-App-Nopaste
|
|
DEPENDS+= p5-B-Keywords-[0-9]*:../../devel/p5-B-Keywords
|
|
DEPENDS+= p5-Data-Dumper-Concise-[0-9]*:../../devel/p5-Data-Dumper-Concise
|
|
DEPENDS+= p5-Data-Dump-Streamer-[0-9]*:../../devel/p5-Data-Dump-Streamer
|
|
DEPENDS+= p5-File-Next-[0-9]*:../../devel/p5-File-Next
|
|
DEPENDS+= p5-Lexical-Persistence-[0-9]*:../../devel/p5-Lexical-Persistence
|
|
DEPENDS+= p5-Module-Refresh-[0-9]*:../../devel/p5-Module-Refresh
|
|
DEPENDS+= p5-PPI-[0-9]*:../../devel/p5-PPI
|
|
DEPENDS+= p5-Sys-SigAction-[0-9]*:../../sysutils/p5-Sys-SigAction
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
PERL5_PACKLIST= auto/Devel/REPL/.packlist
|
|
REPLACE_PERL+= script/re.pl
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|