summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Config-Crontab/Config-Crontab-1.410.0.ebuild')
-rw-r--r--dev-perl/Config-Crontab/Config-Crontab-1.410.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Config-Crontab/Config-Crontab-1.410.0.ebuild b/dev-perl/Config-Crontab/Config-Crontab-1.410.0.ebuild
new file mode 100644
index 000000000000..660ec5d9d179
--- /dev/null
+++ b/dev-perl/Config-Crontab/Config-Crontab-1.410.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SCOTTW
+DIST_VERSION=1.41
+DIST_EXAMPLES=("example/*")
+inherit perl-module
+
+DESCRIPTION="Read/Write Vixie compatible crontab(5) files"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+DEPEND="virtual/perl-ExtUtils-MakeMaker"