freebsd-ports/sysutils/fastest_cvsup/Makefile
Andrej Zverev 28b1395dc4 - Fix -r flag to return servers list.
- Bump portrevision.

PR:		ports/88527
Submitted by:	Tim Bishop <tim@bishnet.net>
Approved by:	sem (mentor, implicitly)
2005-11-07 09:13:29 +00:00

29 lines
639 B
Makefile

# 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.9
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://fastest-cvsup.sourceforge.net/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Finds fastest CVSup server
DISTVERSION= 0.2.8
USE_PERL5= yes
MAN7= fastest_cvsup.7
PLIST_FILES= bin/fastest_cvsup
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500805
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
.endif
.include <bsd.port.post.mk>