mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
17e550ca2f
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
30 lines
638 B
Makefile
30 lines
638 B
Makefile
# New ports collection makefile for: p5-File-HStore
|
|
# Date created: 2006-07-21
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= File-HStore
|
|
PORTVERSION= 0.10
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Store files on a filesystem using a very simple hash-based storage
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= File::HStore.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501000
|
|
RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA
|
|
BUILD_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|