aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/puf/Makefile
blob: 37d0d8a5241e4652b039d8642d3f149036753827 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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>