65e8e3d6a7
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/
16 lines
303 B
Makefile
16 lines
303 B
Makefile
# $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>
|