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

(-)Makefile (-16 / +2 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	p5-Crypt-Simple
1
# Created by: Alexander Kriventsov <avk@vl.ru>
2
# Date created:	   01 Jun 2010
3
# Whom:		   Alexander Kriventsov <avk@vl.ru>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTNAME=	Crypt-Simple
4
PORTNAME=	Crypt-Simple
9
PORTVERSION=	0.06
5
PORTVERSION=	0.06
Lines 24-37 Link Here
24
20
25
MAN3=	Crypt::Simple.3
21
MAN3=	Crypt::Simple.3
26
22
27
.include <bsd.port.pre.mk>
23
.include <bsd.port.mk>
28
29
.if ${PERL_LEVEL} < 500703
30
RUN_DEPENDS+=	p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
31
.endif
32
33
.if ${PERL_LEVEL} < 500903
34
RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
35
.endif
36
37
.include <bsd.port.post.mk>

Return to bug 178921