pkgsrc/devel/p5-Make/Makefile
mef 2393de93c2 (pkgsrc)
- Add ${PERL5_LICENSE}
 - Add Following line for make test
    +BUILD_DEPENDS+= p5-Test-Compile-[0-9]*:../../devel/p5-Test-Compile
(upstream)
 - Updated to devel/p5-Make-1.1.2
------------------------------
Changes in 1.1.2
    fixed declaration of minimum Test::Compile version
        a number of CPANtesters failures occured because
        the test had an older non-OO version installed
    use strict, use warnings everywhere, other bits of cleanup

Changes in 1.1.1
    clean-up with tidyall/perltidy, add configs for them
    add tidy related tests
    use strict and warnings in all tests
    mostly releasing to get properly CPAN indexed

Changes in 1.1.0
        Cheat to allow installation on Strawberry Perl 5.22.0
        add META.yml and META.json
        modernize Makefile.PL
        add /lib and move Make.pm there
        match up distribution and module version numbers
2016-04-29 13:58:47 +00:00

19 lines
515 B
Makefile

# $NetBSD: Makefile,v 1.23 2016/04/29 13:58:47 mef Exp $
DISTNAME= Make-1.1.2
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Make/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ni-s.u-net.com/
COMMENT= Perl5 module implementing 'make' in Perl
LICENSE= ${PERL5_LICENSE}
# for make test
BUILD_DEPENDS+= p5-Test-Compile-[0-9]*:../../devel/p5-Test-Compile
PERL5_PACKLIST= auto/Make/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"