forked from Lainports/freebsd-ports
21 lines
422 B
Makefile
21 lines
422 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.3.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/${PORTNAME:S/_/-/}
|
|
|
|
MAINTAINER= freebsd@hm2k.org
|
|
COMMENT= Finds fastest CVSup server
|
|
|
|
USES= perl5
|
|
|
|
MAN7= fastest_cvsup.7
|
|
PLIST_FILES= bin/fastest_cvsup
|
|
|
|
.include <bsd.port.mk>
|