diff options
Diffstat (limited to 'dev-perl/Socket6/Socket6-0.11.ebuild')
-rw-r--r-- | dev-perl/Socket6/Socket6-0.11.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Socket6/Socket6-0.11.ebuild b/dev-perl/Socket6/Socket6-0.11.ebuild new file mode 100644 index 000000000000..8ff324ebe100 --- /dev/null +++ b/dev-perl/Socket6/Socket6-0.11.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/Socket6-0.11.ebuild,v 1.1 2003/06/01 01:03:18 mcummings Exp $ + +IUSE="" + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="IPv6 related part of the C socket.h defines and structure manipulators" +SRC_URI="http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/author/UMEMOTO/${P}/" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +DEPEND="${DEPEND}" |