Date: Mon, 9 Apr 2018 22:20:09 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466906 - head/mail/pflogsumm Message-ID: <201804092220.w39MK9b1002226@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Mon Apr 9 22:20:09 2018 New Revision: 466906 URL: https://svnweb.freebsd.org/changeset/ports/466906 Log: mail/pflogsumm: Add license While here, set architecture neutral (qa warning). Approved by: portmgr (blanket) Modified: head/mail/pflogsumm/Makefile Modified: head/mail/pflogsumm/Makefile ============================================================================== --- head/mail/pflogsumm/Makefile Mon Apr 9 22:17:36 2018 (r466905) +++ head/mail/pflogsumm/Makefile Mon Apr 9 22:20:09 2018 (r466906) @@ -11,10 +11,13 @@ MASTER_SITES= http://jimsun.LinxNet.com/downloads/ \ MAINTAINER= flo@FreeBSD.org COMMENT= Postfix Log Entry Summarizer +LICENSE= GPLv2+ + RUN_DEPENDS= p5-Date-Calc>=0:devel/p5-Date-Calc USES= perl5 shebangfix NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/pflogsumm man/man1/pflogsumm.1.gz SHEBANG_FILES= ${PORTNAME}.pl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804092220.w39MK9b1002226>