blob: 233b1503f575c1ff34fa687443bc995cdad3b85d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=compile install
DEPEND=ssl? ( dev-libs/openssl:0= )
DESCRIPTION=Encrypted UDP based FTP with multicast
EAPI=6
HOMEPAGE=http://www.tcnj.edu/~bush/uftp.html
IUSE=+server ssl
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=ssl? ( dev-libs/openssl:0= )
SLOT=0
SRC_URI=http://www.tcnj.edu/~bush/downloads/uftp-3.7.1.tar
_eclasses_=multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9
_md5_=78e9f4b7dad8faae0641bfb721ae82e5
|