mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
New port: devel/p5-Data-Perl
Data::Perl is a collection of classes that wrap fundamental data types that exist in Perl. These classes and methods as they exist today are an attempt to mirror functionality provided by Moose's Native Traits. One important thing to note is all classes currently do no validation on constructor input. WWW: http://search.cpan.org/dist/Data-Perl/
This commit is contained in:
parent
ed60256cfd
commit
49c2860e24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364217
@ -1737,6 +1737,7 @@
|
||||
SUBDIR += p5-Data-ParseBinary
|
||||
SUBDIR += p5-Data-Path
|
||||
SUBDIR += p5-Data-Peek
|
||||
SUBDIR += p5-Data-Perl
|
||||
SUBDIR += p5-Data-Printer
|
||||
SUBDIR += p5-Data-Properties
|
||||
SUBDIR += p5-Data-Rand
|
||||
|
25
devel/p5-Data-Perl/Makefile
Normal file
25
devel/p5-Data-Perl/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Data-Perl
|
||||
PORTVERSION= 0.002009
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Base classes wrapping fundamental Perl data types
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Method-Modifiers>=0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \
|
||||
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
|
||||
p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \
|
||||
p5-Role-Tiny>=0:${PORTSDIR}/devel/p5-Role-Tiny \
|
||||
p5-strictures>=1:${PORTSDIR}/devel/p5-strictures
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Data-Perl/distinfo
Normal file
2
devel/p5-Data-Perl/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Data-Perl-0.002009.tar.gz) = b62b2225870c2c3b16fb78c429f8729ddb8ed0e342f4209ec3c261b764c36f8b
|
||||
SIZE (Data-Perl-0.002009.tar.gz) = 23155
|
7
devel/p5-Data-Perl/pkg-descr
Normal file
7
devel/p5-Data-Perl/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Data::Perl is a collection of classes that wrap fundamental data
|
||||
types that exist in Perl. These classes and methods as they exist
|
||||
today are an attempt to mirror functionality provided by Moose's
|
||||
Native Traits. One important thing to note is all classes currently
|
||||
do no validation on constructor input.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-Perl/
|
38
devel/p5-Data-Perl/pkg-plist
Normal file
38
devel/p5-Data-Perl/pkg-plist
Normal file
@ -0,0 +1,38 @@
|
||||
%%PERL5_MAN3%%/Data::Perl.3.gz
|
||||
%%PERL5_MAN3%%/Data::Perl::Bool.3.gz
|
||||
%%PERL5_MAN3%%/Data::Perl::Code.3.gz
|
||||
%%PERL5_MAN3%%/Data::Perl::Collection::Array.3.gz
|
||||
%%PERL5_MAN3%%/Data::Perl::Collection::Hash.3.gz
|
||||
%%PERL5_MAN3%%/Data::Perl::Counter.3.gz
|
||||
%%PERL5_MAN3%%/Data::Perl::Number.3.gz
|
||||
%%PERL5_MAN3%%/Data::Perl::Role::Bool.3.gz
|
||||
%%PERL5_MAN3%%/Data::Perl::Role::Code.3.gz
|
||||
%%PERL5_MAN3%%/Data::Perl::Role::Collection::Array.3.gz
|
||||
%%PERL5_MAN3%%/Data::Perl::Role::Collection::Hash.3.gz
|
||||
%%PERL5_MAN3%%/Data::Perl::Role::Counter.3.gz
|
||||
%%PERL5_MAN3%%/Data::Perl::Role::Number.3.gz
|
||||
%%PERL5_MAN3%%/Data::Perl::Role::String.3.gz
|
||||
%%PERL5_MAN3%%/Data::Perl::String.3.gz
|
||||
%%SITE_PERL%%/Data/Perl.pm
|
||||
%%SITE_PERL%%/Data/Perl/Bool.pm
|
||||
%%SITE_PERL%%/Data/Perl/Code.pm
|
||||
%%SITE_PERL%%/Data/Perl/Collection/Array.pm
|
||||
%%SITE_PERL%%/Data/Perl/Collection/Hash.pm
|
||||
%%SITE_PERL%%/Data/Perl/Counter.pm
|
||||
%%SITE_PERL%%/Data/Perl/Number.pm
|
||||
%%SITE_PERL%%/Data/Perl/Role/Bool.pm
|
||||
%%SITE_PERL%%/Data/Perl/Role/Code.pm
|
||||
%%SITE_PERL%%/Data/Perl/Role/Collection/Array.pm
|
||||
%%SITE_PERL%%/Data/Perl/Role/Collection/Hash.pm
|
||||
%%SITE_PERL%%/Data/Perl/Role/Counter.pm
|
||||
%%SITE_PERL%%/Data/Perl/Role/Number.pm
|
||||
%%SITE_PERL%%/Data/Perl/Role/String.pm
|
||||
%%SITE_PERL%%/Data/Perl/String.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Perl/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/Data/Perl/Collection
|
||||
@dirrmtry %%SITE_PERL%%/Data/Perl/Role/Collection
|
||||
@dirrmtry %%SITE_PERL%%/Data/Perl/Role
|
||||
@dirrmtry %%SITE_PERL%%/Data/Perl
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Perl
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
Loading…
Reference in New Issue
Block a user