pkgsrc/devel/p5-Shell-Perl/Makefile
mef e1ac5da03b Updated devel/p5-Shell-Perl to 0.0026
-------------------------------------
0.0026  Sun Jan 08 12:40 PT 2017
    - fix t/20expect_quit.t when TERM is not set

0.0025  Sat Jan 07 11:59 PT 2017
    - requires version 0.77
    - requires Getopt::Long 2.43 – bundling_values

0.0024  Fri Jan 06 2017
    - every statement is now evalued by default
      with the current perl version running the shell
    - new shell command :set perl_version <version>
    - change in CLI options: case-sensitivity & no auto abbreviations
    - pirl -I dir1 -Idir2
    - drop File::Slurp as a prereq
2017-02-25 14:01:49 +00:00

23 lines
715 B
Makefile

# $NetBSD: Makefile,v 1.12 2017/02/25 14:01:49 mef Exp $
#
DISTNAME= Shell-Perl-0.0026
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Shell/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Shell-Perl/
COMMENT= Read-eval-print loop in Perl
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Shell/Perl/.packlist
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"