mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Hierarchy-wide accumulation of list and hash results.
This is a mixin class. By inheriting from it you get two methods that are able to accumulate hierarchy-wide list and hash results. WWW: http://search.cpan.org/dist/Data-Inherited/
This commit is contained in:
parent
67e873ddee
commit
65e8e3d6a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310597
@ -1651,6 +1651,7 @@
|
||||
SUBDIR += p5-Data-Hexdumper
|
||||
SUBDIR += p5-Data-Hexify
|
||||
SUBDIR += p5-Data-Hierarchy
|
||||
SUBDIR += p5-Data-Inherited
|
||||
SUBDIR += p5-Data-Inspect
|
||||
SUBDIR += p5-Data-Integer
|
||||
SUBDIR += p5-Data-JavaScript-Anon
|
||||
|
16
devel/p5-Data-Inherited/Makefile
Normal file
16
devel/p5-Data-Inherited/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Data-Inherited
|
||||
PORTVERSION= 1.100860
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for hierarchy-wide accumulation of list/hash results
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Data::Inherited.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Data-Inherited/distinfo
Normal file
2
devel/p5-Data-Inherited/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Data-Inherited-1.100860.tar.gz) = 55d7f0795ef1a404ed1f85b293d34476b3abb2525cb8716a15aaaa0ec3b2a7b6
|
||||
SIZE (Data-Inherited-1.100860.tar.gz) = 19050
|
6
devel/p5-Data-Inherited/pkg-descr
Normal file
6
devel/p5-Data-Inherited/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Hierarchy-wide accumulation of list and hash results.
|
||||
|
||||
This is a mixin class. By inheriting from it you get two methods that
|
||||
are able to accumulate hierarchy-wide list and hash results.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-Inherited/
|
5
devel/p5-Data-Inherited/pkg-plist
Normal file
5
devel/p5-Data-Inherited/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Inherited/.packlist
|
||||
%%SITE_PERL%%/Data/Inherited.pm
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Inherited
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
Loading…
Reference in New Issue
Block a user