summaryrefslogtreecommitdiff
path: root/devel/p5-Set-ConsistentHash/Makefile
blob: b058a5d4c54f904455106c7df7e2f59acdd02fc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	Set-ConsistentHash
PORTVERSION=	0.92
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Library for doing consistent hashing
WWW=		https://metacpan.org/release/Set-ConsistentHash

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Digest-SHA1>=0:security/p5-Digest-SHA1

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>