summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-02-20 00:00:52 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-02-20 00:00:52 +0000
commitef5ca2befedcb51a2fcfb8be73530b3a1f00ad88 (patch)
tree1e0dca6d6501ecae7849d05f2254418d27bf2a2a /dev-perl/Spiffy/Spiffy-0.30.ebuild
parentsh love (diff)
downloadgentoo-2-ef5ca2befedcb51a2fcfb8be73530b3a1f00ad88.tar.gz
gentoo-2-ef5ca2befedcb51a2fcfb8be73530b3a1f00ad88.tar.bz2
gentoo-2-ef5ca2befedcb51a2fcfb8be73530b3a1f00ad88.zip
Version bump upstream
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-perl/Spiffy/Spiffy-0.30.ebuild')
-rw-r--r--dev-perl/Spiffy/Spiffy-0.30.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Spiffy/Spiffy-0.30.ebuild b/dev-perl/Spiffy/Spiffy-0.30.ebuild
new file mode 100644
index 000000000000..e7a75a8b6661
--- /dev/null
+++ b/dev-perl/Spiffy/Spiffy-0.30.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/Spiffy/Spiffy-0.30.ebuild,v 1.1 2006/02/20 00:00:52 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Spiffy Perl Interface Framework For You"
+HOMEPAGE="http://search.cpan.org/search?query=${PN}"
+SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${P}.tar.gz"
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND=">=dev-lang/perl-5.6.1"