18407462af
- Pass maintainership to submitter PR: ports/68713 Submitted by: Jason Harris <jharris@widomaker.com>
24 lines
439 B
Makefile
24 lines
439 B
Makefile
# 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.3
|
|
CATEGORIES= ftp www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= jharris@widomaker.com
|
|
COMMENT= A parallel HTTP downloader similar to wget
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= puf.1
|
|
PLIST_FILES= bin/puf
|
|
|
|
.include <bsd.port.mk>
|