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

(-)Makefile (-13 / +2 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	p5-Net-DirectConnect
1
# Created by: Oleg Alexeenkov <proler@gmail.com>
2
# Date created:		2010-01-16
3
# Whom:			Oleg Alexeenkov <proler@gmail.com>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTNAME=	Net-DirectConnect
4
PORTNAME=	Net-DirectConnect
9
PORTVERSION=	0.13
5
PORTVERSION=	0.13
Lines 33-43 Link Here
33
MAN1=		dcget.1 dcshare.1
29
MAN1=		dcget.1 dcshare.1
34
MAN3=		Net::DirectConnect.3 Net::DirectConnect::filelist.3
30
MAN3=		Net::DirectConnect.3 Net::DirectConnect::filelist.3
35
31
36
.include <bsd.port.pre.mk>
32
.include <bsd.port.mk>
37
38
.if ${PERL_LEVEL} < 501001
39
BUILD_DEPENDS+=	p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
40
RUN_DEPENDS+=	p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
41
.endif
42
43
.include <bsd.port.post.mk>

Return to bug 178917