blob: 68ae651340df83627732ba85b7b2e6371ea848b2 (
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_DNS/PEAR-Net_DNS-0.03-r1.ebuild,v 1.12 2006/01/28 15:45:46 jer Exp $
inherit php-pear-r1
DESCRIPTION="Resolver library used to communicate with a DNS server."
LICENSE="PHP"
SLOT="0"
KEYWORDS="amd64 ~hppa ~ia64 ~ppc ppc64 sparc x86"
IUSE=""
|