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

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 )