pkgsrc/devel/p5-IO-Pager/Makefile
mef 312816dea6 Updated devel/p5-IO-Pager to 0.39
---------------------------------
0.39    Sat May 13 2017
        Rename t.pl to test.pl and alter behavior to address RT#120618
        i.e; MakeMaker's "helpfulness"; alternative is explicitly list
        all PM in module.

        More bloody RT#121450
2017-06-12 13:17:10 +00:00

20 lines
528 B
Makefile

# $NetBSD: Makefile,v 1.20 2017/06/12 13:17:10 mef Exp $
#
DISTNAME= IO-Pager-0.39
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/IO-Pager/
COMMENT= Perl module for paged I/O to the terminal
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
PERL5_PACKLIST= auto/IO/Pager/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"