summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild')
-rw-r--r--dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild b/dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild
new file mode 100644
index 000000000000..fc83583480a6
--- /dev/null
+++ b/dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-PodViewer/Gtk2-PodViewer-0.13.ebuild,v 1.1 2005/11/22 16:34:32 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="a Gtk2 widget for displaying Plain old Documentation (POD)."
+HOMEPAGE="http://search.cpan.org/~gbrown/${P}/"
+SRC_URI="mirror://cpan/authors/id/G/GB/GBROWN/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~sparc ~x86"
+IUSE=""
+
+#SRC_TEST="do"
+
+DEPEND=">=x11-libs/gtk+-2
+ dev-perl/gtk2-perl
+ dev-perl/Gtk2-Ex-PodViewer"