diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-06-01 01:03:22 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-06-01 01:03:22 +0000 |
commit | 9a7d284c49482e2b8962e16129aaea2e89b2911a (patch) | |
tree | e26ee475a4c86e64a4f661227075a3f75e715740 /dev-perl/Socket6/Socket6-0.11.ebuild | |
parent | ipv6 dep for POE (diff) | |
download | gentoo-2-9a7d284c49482e2b8962e16129aaea2e89b2911a.tar.gz gentoo-2-9a7d284c49482e2b8962e16129aaea2e89b2911a.tar.bz2 gentoo-2-9a7d284c49482e2b8962e16129aaea2e89b2911a.zip |
ipv6 dep for POE
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}" |