From ad6b1d184a3343170f90a09214fa0e10f2427e8d Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Thu, 27 Aug 2009 17:05:17 +0000 Subject: Data::HashArray is an array of hashes or hash-based objects. This class has some magical properties that make it easier to deal with multiplicity. WWW: http://search.cpan.org/dist/Data-HashArray/ --- devel/p5-Data-HashArray/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 devel/p5-Data-HashArray/Makefile (limited to 'devel/p5-Data-HashArray/Makefile') diff --git a/devel/p5-Data-HashArray/Makefile b/devel/p5-Data-HashArray/Makefile new file mode 100644 index 000000000000..31bba7fb1717 --- /dev/null +++ b/devel/p5-Data-HashArray/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: Data::HashArray +# Date created: 2009-08-27 +# Whom: Greg Larkin +# +# $FreeBSD$ +# + +PORTNAME= Data-HashArray +PORTVERSION= 1.0 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= glarkin@FreeBSD.org +COMMENT= Array class of hashes with properties via overloading and AUTOLOAD + +BUILD_DEPENDS= p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ + p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils + +PERL_CONFIGURE= yes + +MAN3= Data::HashArray.3 + +.include -- cgit v1.2.3