d183575605
2.002 2020-08-17 - get_target renamed to correct "has_target" 2.001 2020-08-16 - fix Changes formatting - also FSFunctionMap implements virtual filesystem - tidyup and extra release prompted by CPAN Day 2.000 2020-08-15 - works on Win32 including on "Perl in space", in GNU make compatible style - variable expansion now similar (though not yet identical) to GNU make - vpaths implemented - immutable objects simplify code - extensible functions interface
19 lines
516 B
Makefile
19 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.35 2020/09/07 07:02:36 wiz Exp $
|
|
|
|
DISTNAME= Make-2.002
|
|
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"
|