diff options
Diffstat (limited to 'devel/p5-Set-ConsistentHash/Makefile')
-rw-r--r-- | devel/p5-Set-ConsistentHash/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Set-ConsistentHash/Makefile b/devel/p5-Set-ConsistentHash/Makefile index 91fb957a6921..53465188e893 100644 --- a/devel/p5-Set-ConsistentHash/Makefile +++ b/devel/p5-Set-ConsistentHash/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Set-ConsistentHash -# Date created: 2008-01-12 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Set-ConsistentHash PORTVERSION= 0.92 @@ -18,7 +14,8 @@ COMMENT= Library for doing consistent hashing BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Set::ConsistentHash.3 |