diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-01-26 12:46:44 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-02-02 13:41:23 +0000 |
commit | bfc0a3e7042c488530b56956cb61c2000b4e0efa (patch) | |
tree | 31e20ff77abc959dc407fb3f0ecfc6374e49ad03 /Cross | |
parent | ba9b1d719d13422abb21d059bd732a760a184388 (diff) | |
download | perl-bfc0a3e7042c488530b56956cb61c2000b4e0efa.tar.gz |
Teach makemeta to use CPAN::Meta to generate both META.json and META.yml
Diffstat (limited to 'Cross')
-rw-r--r-- | Cross/Makefile-cross-SH | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH index 630774256a..6a0237c83e 100644 --- a/Cross/Makefile-cross-SH +++ b/Cross/Makefile-cross-SH @@ -772,7 +772,10 @@ extras.install: perl$(EXE_EXT) no-install install.perl install.man install.html META.yml: Porting/makemeta Porting/Maintainers.pl Porting/Maintainers.pm - $(LDLIBPTH) ./miniperl -Ilib Porting/makemeta + $(LDLIBPTH) ./miniperl -Ilib Porting/makemeta META.yml + +META.json: Porting/makemeta Porting/Maintainers.pl Porting/Maintainers.pm + $(LDLIBPTH) ./miniperl -Ilib Porting/makemeta META.json install-strip: $(MAKE) STRIPFLAGS=-s install DESTDIR="$(DESTDIR)" |