76c7f8fbe6
minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
17 lines
307 B
Makefile
17 lines
307 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= puf
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= ftp www
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= jharris@widomaker.com
|
|
COMMENT= Parallel HTTP downloader similar to wget
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/puf \
|
|
man/man1/puf.1.gz
|
|
|
|
.include <bsd.port.mk>
|