mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Update to 3.0620
This commit is contained in:
parent
95b11d5968
commit
aff16aa886
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269225
@ -6,9 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= Object-Simple
|
||||
PORTVERSION= 3.0615
|
||||
PORTVERSION= 3.0620
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/K/KI/KIMOTO
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
@ -17,7 +18,8 @@ COMMENT= Simple class builder
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Object::Simple.3 \
|
||||
Object::Simple::Guides::Ja.3 \
|
||||
Object::Simple::Guides.3
|
||||
Object::Simple::Accessor.3 \
|
||||
Object::Simple::Guide::Ja.3 \
|
||||
Object::Simple::Guide.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Object-Simple-3.0615.tar.gz) = 4e69241bd7f0a0e494f52c5519933e76ef871b0e93dac7a55a24905828aee537
|
||||
SIZE (Object-Simple-3.0615.tar.gz) = 14752
|
||||
SHA256 (Object-Simple-3.0620.tar.gz) = eff474a55cd43f9040d71a22ab32c472889788b777bd0dc6652c48db88034ee8
|
||||
SIZE (Object-Simple-3.0620.tar.gz) = 15192
|
||||
|
@ -1,9 +1,10 @@
|
||||
%%SITE_PERL%%/Object/Simple.pm
|
||||
%%SITE_PERL%%/Object/Simple/Guides/Ja.pod
|
||||
%%SITE_PERL%%/Object/Simple/Guides.pod
|
||||
%%SITE_PERL%%/Object/Simple/Accessor.pm
|
||||
%%SITE_PERL%%/Object/Simple/Guide/Ja.pod
|
||||
%%SITE_PERL%%/Object/Simple/Guide.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Simple/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Simple
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object
|
||||
@dirrmtry %%SITE_PERL%%/Object/Simple/Guides
|
||||
@dirrmtry %%SITE_PERL%%/Object/Simple/Guide
|
||||
@dirrmtry %%SITE_PERL%%/Object/Simple
|
||||
@dirrmtry %%SITE_PERL%%/Object
|
||||
|
Loading…
Reference in New Issue
Block a user