blob: 5f5cb289c1d7430bcb04e5f3472a3ec11b8cd7e3 (
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/Net-Daemon/Net-Daemon-0.37.ebuild,v 1.5 2003/09/24 20:09:50 drobbins Exp $
inherit perl-module
DESCRIPTION="Abstract base class for portable servers"
SRC_URI="http://www.cpan.org/modules/by-module/Net/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-module/Net/${P}.readme"
SLOT="0"
LICENSE="Artistic | GPL-2"
KEYWORDS="ia64 x86 amd64 ~ppc sparc ~alpha hppa ~arm ~mips"
|