diff options
-rw-r--r-- | mail/prepflog/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/prepflog/Makefile b/mail/prepflog/Makefile index 69717ba5a2de..e5b36746ee5a 100644 --- a/mail/prepflog/Makefile +++ b/mail/prepflog/Makefile @@ -9,8 +9,11 @@ MASTER_SITES= http://www.gufonero.com/postfix/ MAINTAINER= ports@FreeBSD.org COMMENT= Prepares logfiles in a sanitised format for pflogsumm and awstats +LICENSE= GPLv2 # or later + USES= perl5 shebangfix tar:tgz NO_BUILD= yes +NO_ARCH= yes SHEBANG_FILES= prepflog.pl PLIST_FILES= bin/prepflog |