2008-01-24 03:47:24 +01:00
|
|
|
# New ports collection makefile for: p5-Set-ConsistentHash
|
|
|
|
# Date created: 2008-01-12
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Set-ConsistentHash
|
2010-07-22 15:43:28 +02:00
|
|
|
PORTVERSION= 0.92
|
2008-01-24 03:47:24 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= Set
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-07-22 15:43:28 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-01-24 03:47:24 +01:00
|
|
|
COMMENT= Library for doing consistent hashing
|
|
|
|
|
2012-06-07 10:13:02 +02:00
|
|
|
BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
|
2011-10-07 21:52:51 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2008-01-24 03:47:24 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Set::ConsistentHash.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|