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

(-)Makefile (-16 / +2 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	p5-Crypt-PBKDF2
1
# Created by: Victor Popov <v.a.popov@gmail.com>
2
# Date created:		2010-05-23
3
# Whom:			Victor Popov <v.a.popov@gmail.com>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTNAME=	Crypt-PBKDF2
4
PORTNAME=	Crypt-PBKDF2
9
PORTVERSION=	0.121930
5
PORTVERSION=	0.121930
Lines 30-43 Link Here
30
		Crypt::PBKDF2::Hash::HMACSHA1.3 \
26
		Crypt::PBKDF2::Hash::HMACSHA1.3 \
31
		Crypt::PBKDF2::Hash::HMACSHA2.3
27
		Crypt::PBKDF2::Hash::HMACSHA2.3
32
28
33
.include <bsd.port.pre.mk>
29
.include <bsd.port.mk>
34
35
.if ${PERL_LEVEL} < 501000
36
RUN_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
37
.endif
38
39
.if ${PERL_LEVEL} < 501001
40
RUN_DEPENDS+=	p5-Digest>=1.16:${PORTSDIR}/security/p5-Digest
41
.endif
42
43
.include <bsd.port.post.mk>

Return to bug 178926