mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
19 lines
314 B
Makefile
19 lines
314 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= A parallel HTTP downloader similar to wget
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= puf.1
|
|
PLIST_FILES= bin/puf
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|