mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
17 lines
295 B
Makefile
17 lines
295 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
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>
|