1
0
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:
Jun Kuriyama 2013-01-18 11:33:02 +00:00
parent 67e873ddee
commit 65e8e3d6a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310597
5 changed files with 30 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (Data-Inherited-1.100860.tar.gz) = 55d7f0795ef1a404ed1f85b293d34476b3abb2525cb8716a15aaaa0ec3b2a7b6
SIZE (Data-Inherited-1.100860.tar.gz) = 19050

View 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/

View 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