aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Tie-Hash-TwoWay/Makefile
blob: 7d6936a5def4a70e7c5c9fe16526ada0b35bb95f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Tie-Hash-TwoWay
PORTVERSION=	1.08
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Two-way mapping between disjoint sets in Perl
WWW=		https://metacpan.org/release/Tie-Hash-TwoWay

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>