blob: 84d6a9ec3bdb0481773ae1bbf72ab38c33c7888c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile install prepare
DEPEND=ssl? ( dev-libs/openssl )
DESCRIPTION=Encrypted UDP based FTP with multicast
EAPI=5
HOMEPAGE=http://www.tcnj.edu/~bush/uftp.html
IUSE=+server ssl
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=ssl? ( dev-libs/openssl )
SLOT=0
SRC_URI=http://www.tcnj.edu/~bush/downloads/uftp-3.7.1.tar
_eclass_exported_funcs=src_prepare:- src_compile:- src_install:-
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs bfd09e8e66991dd5ce9e57610d8d1e6c
_md5_=7c8aafc57ce766493ce06711a79364a4
|