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

(-)Makefile (-12 / +2 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	p5-Business-PayPal
1
# Created by: Steven Kreuzer
2
# Date created:				Fri 29 Sep 2006
3
# Whom:					Steven Kreuzer
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTNAME=	Business-PayPal
4
PORTNAME=	Business-PayPal
9
PORTVERSION=	0.05
5
PORTVERSION=	0.05
Lines 22-31 Link Here
22
18
23
MAN3=		Business::PayPal.3
19
MAN3=		Business::PayPal.3
24
20
25
.include <bsd.port.pre.mk>
21
.include <bsd.port.mk>
26
27
.if ${PERL_LEVEL} < 500703
28
RUN_DEPENDS+=	p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
29
.endif
30
31
.include <bsd.port.post.mk>

Return to bug 178939