freebsd-ports/devel/p5-Data-Inherited/Makefile
Jun Kuriyama 65e8e3d6a7 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/
2013-01-18 11:33:02 +00:00

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>