summaryrefslogtreecommitdiff
blob: 4d9e72652de86cec177f75289036ba978d76591b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=4

DESCRIPTION="A download tool for UNIX-like systems"
HOMEPAGE="http://puf.sourceforge.net/"
SRC_URI="mirror://sourceforge/puf/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

DOCS=( AUTHORS NEWS README TODO )