View | Details | Raw Unified | Return to bug 178927
Collapse All | Expand All

(-)Makefile (-16 / +2 lines)
Lines 1-6 Link Here
1
# New ports collection Makefile for:	p5-Crypt-SaltedHash
1
# Created by: Gabor Kovesdan
2
# Date created:				20 Dec 2006
3
# Whom:	      				Gabor Kovesdan
4
# $FreeBSD$
2
# $FreeBSD$
5
3
6
PORTNAME=	Crypt-SaltedHash
4
PORTNAME=	Crypt-SaltedHash
Lines 17-32 Link Here
17
15
18
MAN3=		Crypt::SaltedHash.3
16
MAN3=		Crypt::SaltedHash.3
19
17
20
.include <bsd.port.pre.mk>
18
.include <bsd.port.mk>
21
22
.if ${PERL_LEVEL} < 501000
23
RUN_DEPENDS+=	p5-Digest>=1.16:${PORTSDIR}/security/p5-Digest
24
BUILD_DEPENDS+=	p5-Digest>=1.16:${PORTSDIR}/security/p5-Digest
25
.endif
26
27
.if ${PERL_LEVEL} < 500703
28
RUN_DEPENDS+=	p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
29
BUILD_DEPENDS+=	p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
30
.endif
31
32
.include <bsd.port.post.mk>

Return to bug 178927