mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
b219e9735b
commit
9d2c7cb7ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363546
@ -11,12 +11,15 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Array references with accessors
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
|
||||
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
|
||||
p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,8 @@
|
||||
Several of these methods do not behave exactly like their builtin
|
||||
counterparts.
|
||||
Several of these methods do not behave exactly like their builtin counterparts.
|
||||
|
||||
Specifically, any method that you would expect to return a list does
|
||||
so, but only in list context. In scalar context, these methods will
|
||||
return an Object::Array object constructed from a copy of the list
|
||||
that would have been returned.
|
||||
Specifically, any method that you would expect to return a list does so, but
|
||||
only in list context. In scalar context, these methods will return an
|
||||
Object::Array object constructed from a copy of the list that would have been
|
||||
returned.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Object-Array/
|
||||
|
@ -1,12 +1,12 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Array/.packlist
|
||||
%%SITE_PERL%%/Object/Array.pm
|
||||
%%SITE_PERL%%/Object/Array/Plugin/Builtins.pm
|
||||
%%SITE_PERL%%/Object/Array/Plugin/ListMoreUtils.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Array/.packlist
|
||||
%%PERL5_MAN3%%/Object::Array.3.gz
|
||||
%%PERL5_MAN3%%/Object::Array::Plugin::Builtins.3.gz
|
||||
%%PERL5_MAN3%%/Object::Array::Plugin::ListMoreUtils.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Object/Array/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Object/Array
|
||||
@dirrmtry %%SITE_PERL%%/Object
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Array
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Array
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object
|
||||
@dirrm %%SITE_PERL%%/Object/Array/Plugin
|
||||
@dirrm %%SITE_PERL%%/Object/Array
|
||||
@dirrmtry %%SITE_PERL%%/Object
|
||||
|
Loading…
Reference in New Issue
Block a user