You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-mail/pflogsumm/pflogsumm-1.1.5.ebuild

24 lines
512 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=0
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
}