diff options
Diffstat (limited to 'dev-perl/Net-Netmask/Net-Netmask-1.9002.ebuild')
-rw-r--r-- | dev-perl/Net-Netmask/Net-Netmask-1.9002.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Net-Netmask/Net-Netmask-1.9002.ebuild b/dev-perl/Net-Netmask/Net-Netmask-1.9002.ebuild index b19948a0d114..9138d53c8fd1 100644 --- a/dev-perl/Net-Netmask/Net-Netmask-1.9002.ebuild +++ b/dev-perl/Net-Netmask/Net-Netmask-1.9002.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Netmask/Net-Netmask-1.9002.ebuild,v 1.7 2004/06/25 00:48:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Netmask/Net-Netmask-1.9002.ebuild,v 1.8 2004/07/14 19:46:53 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Parse, manipulate and lookup IP network blocks" SRC_URI="http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/author/MUIR/${P}/" @@ -12,5 +11,6 @@ HOMEPAGE="http://search.cpan.org/author/MUIR/${P}/" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 amd64 ~ppc ~sparc ~alpha" +IUSE="" mydoc="TODO" |