diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-20 10:19:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-20 10:19:50 +0000 |
commit | 3f1b13b3764b15f62c0a1b25126454f08bf6ef52 (patch) | |
tree | bdb994ce2c1b3d04bf325c999ea3007582fcecf7 /dev-perl/Net-DNS | |
parent | small fix0r (diff) | |
download | historical-3f1b13b3764b15f62c0a1b25126454f08bf6ef52.tar.gz historical-3f1b13b3764b15f62c0a1b25126454f08bf6ef52.tar.bz2 historical-3f1b13b3764b15f62c0a1b25126454f08bf6ef52.zip |
eclass updates
Diffstat (limited to 'dev-perl/Net-DNS')
-rw-r--r-- | dev-perl/Net-DNS/Net-DNS-0.19.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/Net-DNS/Net-DNS-0.19.ebuild b/dev-perl/Net-DNS/Net-DNS-0.19.ebuild new file mode 100644 index 000000000000..d8fe6fe8b2b9 --- /dev/null +++ b/dev-perl/Net-DNS/Net-DNS-0.19.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Bruce A. Locke <blocke@shivan.org> +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.19.ebuild,v 1.1 2002/05/20 10:19:50 seemant Exp $ + +. /usr/portage/eclass/inherit.eclass || die +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module" +SRC_URI="http://www.fuhr.org/~mfuhr/perldns/${P}.tar.gz" +HOMEPAGE="http://www.fuhr.org/~mfuhr/perldns/" + +mydoc="TODO" |