blob: 6db0898715def93a485dcca6dac2dcbd33dfb6dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-IPv6/Regexp-IPv6-0.02.ebuild,v 1.2 2009/06/10 01:43:25 robbat2 Exp $
MODULE_AUTHOR="SALVA"
inherit perl-module
DESCRIPTION="Regular expression for IPv6 addresses"
IUSE=""
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
SRC_TEST="do"
|