blob: 5fe27aa3087fd8e2bff22d1e3804142e64f2ce79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild,v 1.7 2006/01/21 19:42:28 corsair Exp $
inherit php-pear-r1
DESCRIPTION="Check the syntax of IPv4 addresses."
LICENSE="PHP"
SLOT="0"
KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86"
IUSE=""
|