17 lines
379 B
Bash
17 lines
379 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
DESCRIPTION="Simple perl based backup script"
|
|
HOMEPAGE="https://dev.sihnon.net/projects"
|
|
ESVN_REPO_URL="https://dev.sihnon.net/svn/dev/perlbak/trunk/"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
RDEPEND="app-crypt/aespipe"
|
|
DEPEND="${RDEPEND}"
|
|
|