diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2006-06-13 15:25:06 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2006-06-13 15:25:06 +0000 |
commit | 0b9aab9e1aea587f3334f1bb5670c5f699753cfb (patch) | |
tree | 394704b180e6a743cd8efc7dabb8258425f1970d /dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.8.ebuild | |
parent | Keyworded ~sparc wrt #135397 (diff) | |
download | gentoo-2-0b9aab9e1aea587f3334f1bb5670c5f699753cfb.tar.gz gentoo-2-0b9aab9e1aea587f3334f1bb5670c5f699753cfb.tar.bz2 gentoo-2-0b9aab9e1aea587f3334f1bb5670c5f699753cfb.zip |
Initial commit. Ebuild generated by G-CPAN. Package addition discussed with and authorized by Ian.
(Portage version: 2.1)
Diffstat (limited to 'dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.8.ebuild')
-rw-r--r-- | dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.8.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.8.ebuild b/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.8.ebuild new file mode 100644 index 000000000000..57d3bdb5db1d --- /dev/null +++ b/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.8.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.8.ebuild,v 1.1 2006/06/13 15:25:05 chainsaw Exp $ + +inherit perl-module + +DESCRIPTION="Parse and generate Cisco configuration files" +HOMEPAGE="http://search.cpan.org/search?query=${PN}" +SRC_URI="mirror://cpan/authors/id/M/MU/MUIR/modules/${P}.tar.gz" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~x86 ~amd64" + +DEPEND="virtual/perl-Scalar-List-Utils" |