aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Tie-RefHash/Makefile
blob: ae9c6e33f1988ca456ce1c0900fc2da5ffe65cbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	Tie-RefHash
PORTVERSION=	1.41
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Use references as hash keys in Perl
WWW=		https://metacpan.org/release/Tie-RefHash

LICENSE_COMB=	dual
LICENSE=	ART20 GPLv1

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>