devel/p5-Module-FromPerlVer: import p5-Module-FromPerlVer-0.0.1
Ever have to give up using a new, really useful feature in Perl because someone on Centos uses 5.8? Not sure what will work with PerlBrew if you have five versions of Perl installed with your modules? No longer. Now your Makefile.PL can use the correct Perl Version.
This commit is contained in:
parent
234b19aae3
commit
3566323cc6
3 changed files with 32 additions and 0 deletions
7
devel/p5-Module-FromPerlVer/DESCR
Normal file
7
devel/p5-Module-FromPerlVer/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
Ever have to give up using a new, really useful feature in Perl
|
||||
because someone on Centos uses 5.8?
|
||||
|
||||
Not sure what will work with PerlBrew if you have five versions of
|
||||
Perl installed with your modules?
|
||||
|
||||
No longer. Now your Makefile.PL can use the correct Perl Version.
|
19
devel/p5-Module-FromPerlVer/Makefile
Normal file
19
devel/p5-Module-FromPerlVer/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2018/02/28 08:36:12 wiz Exp $
|
||||
|
||||
DISTNAME= Module-FromPerlVer-0.0.1
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Module-FromPerlVer/
|
||||
COMMENT= Install modules compatible with the running perl
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-FindBin-libs-[0-9]*:../../devel/p5-FindBin-libs
|
||||
DEPENDS+= p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
|
||||
|
||||
PERL5_PACKLIST= auto/Module/FromPerlVer/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
devel/p5-Module-FromPerlVer/distinfo
Normal file
6
devel/p5-Module-FromPerlVer/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2018/02/28 08:36:12 wiz Exp $
|
||||
|
||||
SHA1 (Module-FromPerlVer-0.0.1.tar.gz) = ae28d31d3ba3aa70965a17bcbfa605b49c3a38a8
|
||||
RMD160 (Module-FromPerlVer-0.0.1.tar.gz) = 137aaff989cef6e55f027d57aded22fc37c61dc6
|
||||
SHA512 (Module-FromPerlVer-0.0.1.tar.gz) = 1ce400ca258b2ee8bc8d0b6a5c109596f7b3ece702e1a84881dadd5748f0ff8e52d6c4cca40ed28ba4376f3ee000692e53ac2128cfb7f1deee1031d0032e5e5f
|
||||
Size (Module-FromPerlVer-0.0.1.tar.gz) = 8919 bytes
|
Loading…
Reference in a new issue