mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
19 lines
336 B
Makefile
19 lines
336 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|