freebsd-ports/devel/p5-Data-HashArray/Makefile
Jun Kuriyama 97665e1c08 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 16).

Approved by:	portmgr (itetcu)
2010-01-29 03:01:29 +00:00

21 lines
426 B
Makefile

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