3974b865d7
Submitted by: az@
25 lines
530 B
Makefile
25 lines
530 B
Makefile
# New ports collection makefile for: p5-Set-ConsistentHash
|
|
# Date created: 2008-01-12
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Set-ConsistentHash
|
|
PORTVERSION= 0.92
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Set
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Library for doing consistent hashing
|
|
|
|
BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Set::ConsistentHash.3
|
|
|
|
.include <bsd.port.mk>
|