pkgsrc/devel/p5-Test-Warn/Makefile
wiz 89fcf8f2c5 p5-Test-Warn: update to 0.36.
0.36  2018-06-23
        - Added provide section to META.yml via changing Makefile.PL

0.35  2018-06-13
        Merged several Pull Requests:
        - README clean-up: Assign Copyright to current author
          https://github.com/hanfried/test-warn/pull/6
          thx to Andrew Grangaard (spazm)
        - Pod cleanup
          https://github.com/hanfried/test-warn/pull/5
          thx to Andrew Grangaar (spazm) and Gabor Szabo (szabgab)
        - add missing comma
          https://github.com/hanfried/test-warn/pull/4
          thx to Desmond Daignault (nawglan)
        - Nawglan/update meta yml
          https://github.com/hanfried/test-warn/pull/3
          thx to Desmond Daignault (nawglan) and Karen Etheridge (karenetheridge)
        - create META.json so that perl Makefile.PL stops complaining
          https://github.com/hanfried/test-warn/pull/2
          thx to Desmond Daignault (nawglan) and Karen Etheridge (karenetheridge)
2018-06-24 07:29:54 +00:00

19 lines
547 B
Makefile

# $NetBSD: Makefile,v 1.27 2018/06/24 07:29:54 wiz Exp $
DISTNAME= Test-Warn-0.36
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Warn/
COMMENT= Perl extension to test methods for warnings
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Sub-Uplevel>=0.12:../../devel/p5-Sub-Uplevel
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Warn/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"