aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fastest_cvsup/Makefile
blob: e01d83bd45cfd14aac45ffb28697424e14b35f30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	fastest_cvsup
# Date created:        16 July 2002
# Whom:                A.J.Robinson (ajr@subdimension.com)
#
# $FreeBSD$
#

PORTNAME=	fastest_cvsup
PORTVERSION=	0.2.8
CATEGORIES=	sysutils
MASTER_SITES=	http://fastest-cvsup.sourceforge.net/download/

MAINTAINER=	ajr@subdimension.com
COMMENT=	Finds fastest CVSup server

RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes

USE_PERL5=	yes

MAN7=		fastest_cvsup.7

.include <bsd.port.mk>