summaryrefslogtreecommitdiff
path: root/ftp/puf/Makefile
blob: 2509264c32f1cf7882130450e388a6d0180a8c4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ex:ts=8
# New ports collection makefile for:	puf
# Date created:			Feb 6, 2001
# Whom:				Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	puf
PORTVERSION=	0.93.2a
CATEGORIES=	ftp
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A parallel HTTP downloader similar to wget

GNU_CONFIGURE=	yes

MAN1=		puf.1

.include <bsd.port.mk>