diff options
Diffstat (limited to 'dev-perl/Socket6/Socket6-0.17.ebuild')
-rw-r--r-- | dev-perl/Socket6/Socket6-0.17.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Socket6/Socket6-0.17.ebuild b/dev-perl/Socket6/Socket6-0.17.ebuild new file mode 100644 index 000000000000..7c30fe596bde --- /dev/null +++ b/dev-perl/Socket6/Socket6-0.17.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/Socket6-0.17.ebuild,v 1.1 2004/06/06 22:39:50 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 ~amd64 ~ppc ~sparc ~alpha" + +SRC_TEST="do" + +DEPEND="${DEPEND}" |