diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-29 13:10:55 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-29 13:10:55 +0000 |
commit | 5c77f856e9a076d9dae9d16d44b3520a73fa1804 (patch) | |
tree | 2272920a9fd3cecbef361ef01380b0440f13f90f /dev-perl/Socket6/Socket6-0.18.ebuild | |
parent | Changed pam files to use "include" notation instead of pam_stack. Also change... (diff) | |
download | gentoo-2-5c77f856e9a076d9dae9d16d44b3520a73fa1804.tar.gz gentoo-2-5c77f856e9a076d9dae9d16d44b3520a73fa1804.tar.bz2 gentoo-2-5c77f856e9a076d9dae9d16d44b3520a73fa1804.zip |
Cleaning
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'dev-perl/Socket6/Socket6-0.18.ebuild')
-rw-r--r-- | dev-perl/Socket6/Socket6-0.18.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Socket6/Socket6-0.18.ebuild b/dev-perl/Socket6/Socket6-0.18.ebuild new file mode 100644 index 000000000000..bbd1a78420ef --- /dev/null +++ b/dev-perl/Socket6/Socket6-0.18.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/Socket6-0.18.ebuild,v 1.1 2005/04/29 13:10:55 mcummings Exp $ + +IUSE="" + +inherit perl-module + +DESCRIPTION="IPv6 related part of the C socket.h defines and structure manipulators" +SRC_URI="mirror://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}" |