summaryrefslogtreecommitdiff
path: root/dev-perl/Data-Password/Data-Password-1.10.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2014-10-03 21:36:12 +0200
committerMarcin Deranek <marcin.deranek@slonko.net>2014-10-03 21:36:12 +0200
commitd4f7dd65946d9d1aca0be0266d9070a2fb23815f (patch)
tree1e9197524a1d59c196b380df882b44f3ae3aca86 /dev-perl/Data-Password/Data-Password-1.10.ebuild
parent217132e8815b4459566eee016652f2cef23de7d7 (diff)
downloadportage-d4f7dd65946d9d1aca0be0266d9070a2fb23815f.tar.gz
portage-d4f7dd65946d9d1aca0be0266d9070a2fb23815f.tar.bz2
portage-d4f7dd65946d9d1aca0be0266d9070a2fb23815f.zip
Added dependency on Data-Password
Diffstat (limited to 'dev-perl/Data-Password/Data-Password-1.10.ebuild')
-rw-r--r--dev-perl/Data-Password/Data-Password-1.10.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Data-Password/Data-Password-1.10.ebuild b/dev-perl/Data-Password/Data-Password-1.10.ebuild
new file mode 100644
index 0000000..dbb740e
--- /dev/null
+++ b/dev-perl/Data-Password/Data-Password-1.10.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit perl-module
+
+DESCRIPTION="Perl extension for assessing password quality."
+HOMEPAGE=""
+SRC_URI="mirror://cpan/authors/id/R/RA/RAZINF/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl"