mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.85
Changes: https://metacpan.org/changes/distribution/App-perlbrew
This commit is contained in:
parent
982da9ff91
commit
e65c43d69c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488971
3 changed files with 15 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= App-perlbrew
|
||||
PORTVERSION= 0.84
|
||||
PORTVERSION= 0.85
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:GUGOD
|
||||
|
@ -28,8 +28,9 @@ TEST_DEPENDS= p5-File-Which>=1.21:sysutils/p5-File-Which \
|
|||
p5-Test-Spec>=0.47:devel/p5-Test-Spec \
|
||||
p5-Test-TempDir-Tiny>=0.016:devel/p5-Test-TempDir-Tiny
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= modbuildtiny
|
||||
USES= perl5
|
||||
USE_PERL5= modbuildtiny
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1530134206
|
||||
SHA256 (App-perlbrew-0.84.tar.gz) = 8a169534d41cd636b5a17837f56ffadf6978a6ae38400bc5573961811abb4148
|
||||
SIZE (App-perlbrew-0.84.tar.gz) = 83189
|
||||
TIMESTAMP = 1546257606
|
||||
SHA256 (App-perlbrew-0.85.tar.gz) = 3ed5e8b1217d248c99d2727d97820e424660f0958f4fefe811bd581835136d44
|
||||
SIZE (App-perlbrew-0.85.tar.gz) = 92961
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
bin/perlbrew
|
||||
%%SITE_PERL%%/App/Perlbrew/Path.pm
|
||||
%%SITE_PERL%%/App/Perlbrew/Path/Installation.pm
|
||||
%%SITE_PERL%%/App/Perlbrew/Path/Installations.pm
|
||||
%%SITE_PERL%%/App/Perlbrew/Path/Root.pm
|
||||
%%SITE_PERL%%/App/perlbrew.pm
|
||||
%%PERL5_MAN1%%/perlbrew.1.gz
|
||||
%%PERL5_MAN3%%/App::Perlbrew::Path.3.gz
|
||||
%%PERL5_MAN3%%/App::Perlbrew::Path::Installation.3.gz
|
||||
%%PERL5_MAN3%%/App::Perlbrew::Path::Installations.3.gz
|
||||
%%PERL5_MAN3%%/App::Perlbrew::Path::Root.3.gz
|
||||
%%PERL5_MAN3%%/App::perlbrew.3.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue