pkgsrc/devel/p5-Make/Makefile
wiz f7190d459a p5-Make: update to 1.1.5.
Changes in 1.1.4
    Fix META information to modernize Makefile.PL and META.JSON. (Chase Whitener)
    Remove .git info from the build. (Chase Whitener)
    Split things out into their proper module files. (Chase Whitener)
2017-09-17 10:53:02 +00:00

21 lines
537 B
Makefile

# $NetBSD: Makefile,v 1.28 2017/09/17 10:53:02 wiz Exp $
DISTNAME= Make-1.1.5
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
REPLACE_PERL= pmake
PERL5_PACKLIST= auto/Make/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"