summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Beltrame <root@nowhere.ebau.it>2009-03-25 20:24:59 +0100
committerMichele Beltrame <root@nowhere.ebau.it>2009-03-25 20:24:59 +0100
commit09cfc9db6ada8a8876899efe671abda2138ece8b (patch)
treee65942e25455eecf342a9d15f2e77e84d27d8811 /dev-perl/File-ShareDir-PAR
parentBump (diff)
downloadperl-overlay-09cfc9db6ada8a8876899efe671abda2138ece8b.tar.gz
perl-overlay-09cfc9db6ada8a8876899efe671abda2138ece8b.tar.bz2
perl-overlay-09cfc9db6ada8a8876899efe671abda2138ece8b.zip
Bump
Diffstat (limited to 'dev-perl/File-ShareDir-PAR')
-rw-r--r--dev-perl/File-ShareDir-PAR/File-ShareDir-PAR-0.05.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/File-ShareDir-PAR/File-ShareDir-PAR-0.05.ebuild b/dev-perl/File-ShareDir-PAR/File-ShareDir-PAR-0.05.ebuild
new file mode 100644
index 000000000..4e82b1946
--- /dev/null
+++ b/dev-perl/File-ShareDir-PAR/File-ShareDir-PAR-0.05.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+MODULE_AUTHOR=SMUELLER
+inherit perl-module
+
+DESCRIPTION="File::ShareDir with PAR support"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="test"
+
+DEPEND="
+ dev-perl/File-ShareDir
+ dev-perl/Params-Util
+ >=dev-perl/Class-Inspector-1.12
+ virtual/perl-File-Spec
+"