Import p5-ExtUtils-MakeMaker-CPANfile-0.06 as devel/p5-ExtUtils-MakeMaker-CPANfile.
ExtUtils::MakeMaker::CPANfile loads cpanfile in your distribution and modifies parameters for WriteMakefile in your Makefile.PL. Just use it instead of ExtUtils::MakeMaker (which should be loaded internally), and prepare cpanfile.
This commit is contained in:
parent
55835ddd98
commit
80fd9c8d2d
3 changed files with 25 additions and 0 deletions
4
devel/p5-ExtUtils-MakeMaker-CPANfile/DESCR
Normal file
4
devel/p5-ExtUtils-MakeMaker-CPANfile/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
ExtUtils::MakeMaker::CPANfile loads cpanfile in your distribution and
|
||||
modifies parameters for WriteMakefile in your Makefile.PL. Just use it
|
||||
instead of ExtUtils::MakeMaker (which should be loaded internally),
|
||||
and prepare cpanfile.
|
16
devel/p5-ExtUtils-MakeMaker-CPANfile/Makefile
Normal file
16
devel/p5-ExtUtils-MakeMaker-CPANfile/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/11/24 11:41:12 mef Exp $
|
||||
|
||||
DISTNAME= ExtUtils-MakeMaker-CPANfile-0.06
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IS/ISHIGAKI/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/~ishigaki/ExtUtils-MakeMaker-CPANfile/
|
||||
COMMENT= Loads CPANfile & modifies parameters for WriteMakefile (Makefile.PL)
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PERL5_PACKLIST= auto/ExtUtils/MakeMaker/CPANfile/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-ExtUtils-MakeMaker-CPANfile/distinfo
Normal file
5
devel/p5-ExtUtils-MakeMaker-CPANfile/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/11/24 11:41:12 mef Exp $
|
||||
|
||||
SHA1 (ExtUtils-MakeMaker-CPANfile-0.06.tar.gz) = 5483d73b3928dba871af93aa75e3308ba4fff2d4
|
||||
RMD160 (ExtUtils-MakeMaker-CPANfile-0.06.tar.gz) = 8380e93399854b3098c6dba42742e8cb55d9501c
|
||||
Size (ExtUtils-MakeMaker-CPANfile-0.06.tar.gz) = 11152 bytes
|
Loading…
Reference in a new issue