summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/pflogsumm/pflogsumm-1.1.5.ebuild')
-rw-r--r--net-mail/pflogsumm/pflogsumm-1.1.5.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mail/pflogsumm/pflogsumm-1.1.5.ebuild b/net-mail/pflogsumm/pflogsumm-1.1.5.ebuild
new file mode 100644
index 000000000000..96138e9c17e7
--- /dev/null
+++ b/net-mail/pflogsumm/pflogsumm-1.1.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="Pflogsumm is a log analyzer for Postfix logs"
+HOMEPAGE="http://jimsun.linxnet.com/postfix_contrib.html"
+SRC_URI="http://jimsun.linxnet.com/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 sparc x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-lang/perl
+ dev-perl/Date-Calc"
+
+src_install() {
+ dodoc README ToDo ChangeLog pflogsumm-faq.txt
+ doman pflogsumm.1
+ dobin pflogsumm.pl
+}