pkgsrc/devel/p5-Shell-Perl/Makefile
hiramatsu f07a00de2b Update p5-Shell-Perl to 0.0022.
Changes from previous:
----------------------
0.0022  Mar 12, 2011
        - no real change
        - Fix test again for 5.6 sake
        - Improved Makefile.PL / META.yml

0.0021  Mar 12, 2011
        - no real change
        - New test fix for happy 5.6 testing

0.0020  Mar 10, 2011
        - no real change
        - Test fixes for keeping 5.6 happy

0.0019  Mar 9, 2011
        - Dumper updated to work with Data::Dump 1.16+
2012-02-10 12:27:25 +00:00

26 lines
812 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/02/10 12:27:25 hiramatsu Exp $
#
DISTNAME= Shell-Perl-0.0022
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}
PKG_DESTDIR_SUPPORT= user-destdir
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-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
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"