aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Tree-Trie/Makefile
blob: a7da13497f604d6cb77fe81caeef7c436cec9265 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	Tree-Trie
PORTVERSION=	1.9
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	gebhart@secnetix.de
COMMENT=	Data structure optimized for prefix lookup
WWW=		https://metacpan.org/release/Tree-Trie

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>