forked from Lainports/opnsense-ports
18 lines
400 B
Makefile
18 lines
400 B
Makefile
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>
|