blob: 1a96eaca916baa349581a196289e71a5d3b01081 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: Data::HashArray
# Date created: 2009-08-27
# Whom: Greg Larkin <glarkin@FreeBSD.org>
#
# $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
PERL_CONFIGURE= yes
MAN3= Data::HashArray.3
.include <bsd.port.mk>
|