summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Westermann-Clark <dwc@pobox.com>2009-07-08 11:43:12 -0400
committerKent Fredric <kentfredric@gmail.com>2011-03-18 13:05:58 +1300
commit6c2d2f0390d84ab5ab6b343dea957c02413bb5d9 (patch)
treee27e4252ac0b03f82b8a698d600a6d28a8f837c3 /dev-perl/Class-Std/Class-Std-0.0.9.ebuild
parent[newversion] CHI-0.440.0 (diff)
downloadperl-overlay-6c2d2f0390d84ab5ab6b343dea957c02413bb5d9.tar.gz
perl-overlay-6c2d2f0390d84ab5ab6b343dea957c02413bb5d9.tar.bz2
perl-overlay-6c2d2f0390d84ab5ab6b343dea957c02413bb5d9.zip
[import] ( dwc: Class-Std ) Add remaning ebuilds from my perl-other overlay
Diffstat (limited to 'dev-perl/Class-Std/Class-Std-0.0.9.ebuild')
-rw-r--r--dev-perl/Class-Std/Class-Std-0.0.9.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Class-Std/Class-Std-0.0.9.ebuild b/dev-perl/Class-Std/Class-Std-0.0.9.ebuild
new file mode 100644
index 000000000..9e21de234
--- /dev/null
+++ b/dev-perl/Class-Std/Class-Std-0.0.9.ebuild
@@ -0,0 +1,22 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Support for creating standard inside-out classes"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/D/DM/DMUEY/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+RESTRICT="mirror"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND="dev-lang/perl
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-version"
+DEPEND="${RDEPEND}
+ test? ( virtual/perl-Test-Simple )"