git: 450ccd89cbc4 - main - devel/p5-Class-Data-Lite: Add p5-Class-Data-Lite 0.0010
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Apr 2022 15:04:06 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=450ccd89cbc4570bbbfa68e17f5516600f99030e commit 450ccd89cbc4570bbbfa68e17f5516600f99030e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-26 14:45:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-26 15:01:09 +0000 devel/p5-Class-Data-Lite: Add p5-Class-Data-Lite 0.0010 Class::Data::Lite is a minimalistic implement for class accessors. There is no inheritance and fast. WWW: https://metacpan.org/dist/Class-Data-Lite --- devel/Makefile | 1 + devel/p5-Class-Data-Lite/Makefile | 21 +++++++++++++++++++++ devel/p5-Class-Data-Lite/distinfo | 3 +++ devel/p5-Class-Data-Lite/pkg-descr | 4 ++++ devel/p5-Class-Data-Lite/pkg-plist | 2 ++ 5 files changed, 31 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index f105d2ab7333..bb33f6783d24 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1915,6 +1915,7 @@ SUBDIR += p5-Class-Contract SUBDIR += p5-Class-Data-ConfigHash SUBDIR += p5-Class-Data-Inheritable + SUBDIR += p5-Class-Data-Lite SUBDIR += p5-Class-Date SUBDIR += p5-Class-Declare SUBDIR += p5-Class-Default diff --git a/devel/p5-Class-Data-Lite/Makefile b/devel/p5-Class-Data-Lite/Makefile new file mode 100644 index 000000000000..90062a4a8bb5 --- /dev/null +++ b/devel/p5-Class-Data-Lite/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= Class-Data-Lite +PORTVERSION= 0.0010 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Minimalistic class accessors + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/p5-Class-Data-Lite/distinfo b/devel/p5-Class-Data-Lite/distinfo new file mode 100644 index 000000000000..487a2d5e6675 --- /dev/null +++ b/devel/p5-Class-Data-Lite/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1650970023 +SHA256 (Class-Data-Lite-0.0010.tar.gz) = f67da8ecee78fef01d9c15b738a546ec1c7d4725ea50f8212293efa96001c8c3 +SIZE (Class-Data-Lite-0.0010.tar.gz) = 10212 diff --git a/devel/p5-Class-Data-Lite/pkg-descr b/devel/p5-Class-Data-Lite/pkg-descr new file mode 100644 index 000000000000..056ddf4c0926 --- /dev/null +++ b/devel/p5-Class-Data-Lite/pkg-descr @@ -0,0 +1,4 @@ +Class::Data::Lite is a minimalistic implement for class accessors. There is no +inheritance and fast. + +WWW: https://metacpan.org/dist/Class-Data-Lite diff --git a/devel/p5-Class-Data-Lite/pkg-plist b/devel/p5-Class-Data-Lite/pkg-plist new file mode 100644 index 000000000000..5bc35b5fa4f8 --- /dev/null +++ b/devel/p5-Class-Data-Lite/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Class/Data/Lite.pm +%%PERL5_MAN3%%/Class::Data::Lite.3.gz