Index: head/devel/p5-Object-Tiny/Makefile =================================================================== --- head/devel/p5-Object-Tiny/Makefile (revision 484829) +++ head/devel/p5-Object-Tiny/Makefile (revision 484830) @@ -1,20 +1,22 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= Object-Tiny -PORTVERSION= 1.08 -PORTREVISION= 1 +PORTVERSION= 1.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Class building as simple as it gets LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include Index: head/devel/p5-Object-Tiny/distinfo =================================================================== --- head/devel/p5-Object-Tiny/distinfo (revision 484829) +++ head/devel/p5-Object-Tiny/distinfo (revision 484830) @@ -1,2 +1,3 @@ -SHA256 (Object-Tiny-1.08.tar.gz) = b1d6058ce377b74a21f888008ad65aa17427dbec46c9aad3ba1c3fd93864de56 -SIZE (Object-Tiny-1.08.tar.gz) = 17141 +TIMESTAMP = 1542045806 +SHA256 (Object-Tiny-1.09.tar.gz) = 7819ccdd18ee18b0e5ce660c084e4e04be3f2f34341302925581d21b53cac6bd +SIZE (Object-Tiny-1.09.tar.gz) = 28377 Index: head/devel/p5-Object-Tiny/pkg-descr =================================================================== --- head/devel/p5-Object-Tiny/pkg-descr (revision 484829) +++ head/devel/p5-Object-Tiny/pkg-descr (revision 484830) @@ -1,20 +1,16 @@ -There's a whole bunch of class builders out there. In fact, creating a -class builder seems to be something of a rite of passage (this is my -fifth, at least). +There's a whole bunch of class builders out there. In fact, creating a class +builder seems to be something of a rite of passage (this is my fifth, at least). -Unfortunately, most of the time I want a class builder I'm in a hurry -and sketching out lots of fairly simple data classes with fairly -simple structure, mostly just read-only accessors, and that's about it. +Unfortunately, most of the time I want a class builder I'm in a hurry and +sketching out lots of fairly simple data classes with fairly simple structure, +mostly just read-only accessors, and that's about it. -Often this is for code that won't end up on CPAN, so adding a small -dependency doesn't matter much. I just want to be able to define these -classes FAST. +Often this is for code that won't end up on CPAN, so adding a small dependency +doesn't matter much. I just want to be able to define these classes FAST. -By which I mean LESS typing than writing them by hand, not more. And I -don't need all those weird complex features that bloat out the code -and take over the whole way I build modules. +By which I mean LESS typing than writing them by hand, not more. And I don't +need all those weird complex features that bloat out the code and take over the +whole way I build modules. And so, I present yet another member of the Tiny family of modules, Object::Tiny. - -WWW: https://metacpan.org/release/Object-Tiny Index: head/devel/p5-Object-Tiny/pkg-plist =================================================================== --- head/devel/p5-Object-Tiny/pkg-plist (revision 484829) +++ head/devel/p5-Object-Tiny/pkg-plist (revision 484830) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Object::Tiny.3.gz %%SITE_PERL%%/Object/Tiny.pm +%%PERL5_MAN3%%/Object::Tiny.3.gz