1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/sysutils/fastest_cvsup/Makefile
Beat Gaetzi 742d06bd88 - Update to 0.3.0.
- 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.
2011-04-02 00:17:17 +00:00

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>