pkgsrc/devel/p5-Make/Makefile
wen 413ffc562f Update to 2.011
Update DEPENDS

Upstream changes:
2.011 2020-12-23
- add_suffix function - thanks @jwrightecs

2.010 2020-12-06
- as_graph(no_rules) uses multiedged to store recipes in edges, redundancy function uses

2.009 2020-11-23
- parse returns self for chaining
- find_recursive_makes method
- as_graph recursive_make, no_rules options
- --analyse-redundancy flag for script

2.008 2020-11-21
- more accurate deps version
- name_encode and name_decode
- as_graph method

2.007 2020-11-18
- add Rule.recipe_raw

2.006 2020-11-18
- internal changes

2.005 2020-11-16
- doc has_target more accurately
- add targets method

2.004 2020-11-06
- identify default target better

2.003 2020-11-01
- optional new param InDir to be "current dir"
2021-10-10 01:19:55 +00:00

21 lines
605 B
Makefile

# $NetBSD: Makefile,v 1.37 2021/10/10 01:19:55 wen Exp $
DISTNAME= Make-2.011
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}
DEPENDS+= p5-Graph>=0.9712:../../devel/p5-Graph
TEST_DEPENDS+= p5-Test-Compile-[0-9]*:../../devel/p5-Test-Compile \
p5-Test-Snapshot-[0-9]*:../../devel/p5-Test-Snapshot
PERL5_PACKLIST= auto/Make/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"