mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
742d06bd88
- Remove round-trip option as this patch is included upstream now. See the new -t argument. - Remove outdated perl version check. - Re-add WWW in pkg-descr. - Pass maintainership to upstream maintainer.
22 lines
424 B
Makefile
22 lines
424 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
|
|
|
|
USE_PERL5= yes
|
|
|
|
MAN7= fastest_cvsup.7
|
|
PLIST_FILES= bin/fastest_cvsup
|
|
|
|
.include <bsd.port.mk>
|