blob: de429fc45eb909bb1611257f592a26242e83903f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Daemon/Proc-Daemon-0.03.ebuild,v 1.2 2003/08/05 17:31:42 vapier Exp $
inherit perl-module
DESCRIPTION="Perl Proc-Daemon - Run Perl program as a daemon process"
HOMEPAGE="http://www.cpan.org/"
SRC_URI="http://www.cpan.org/modules/by-module/Proc/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~x86"
|