aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Tie-RefHash/Makefile
blob: 959db17f1e89e4f5c8676bf21c8c2c36925e0596 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>

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

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Use references as hash keys in Perl

LICENSE_COMB=	dual
LICENSE=	ART20 GPLv1

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>