aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Hash-FieldHash/Makefile
blob: e6da03d3836ba0faf10e6bce9a14e06284b98eb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	p5-Hash-FieldHash
# Date created:		2011-08-01
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Hash-FieldHash
PORTVERSION=	0.12
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	A lightweight field hash implementation

TEST_DEPENDS=	p5-Test-LeakTrace>=0.07:${PORTSDIR}/devel/p5-Test-LeakTrace

PERL_CONFIGURE=	yes

MAN3=		Hash::FieldHash.3

.include <bsd.port.mk>