aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Tie-RefHash/Makefile
blob: de14bcceb84317ff71671195aa2d60d883193616 (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
24
# Ports collection makefile for:	p5-Tie-RefHash
# Date created:				Jun 27, 2007
# Whom:					Lars Balker Rasmussen <lbr@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Tie-RefHash
PORTVERSION=	1.39
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Tie::RefHash - use references as hash keys

LICENSE_COMB=	dual
LICENSE=	ART20 GPLv1

PERL_CONFIGURE=	yes

MAN3=	Tie::RefHash.3

.include <bsd.port.mk>