diff options
author | demon <demon@FreeBSD.org> | 2016-06-21 19:03:07 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2016-06-21 19:03:07 +0800 |
commit | 899c273f9db4a93bc82051f709756b0c37d1d8a1 (patch) | |
tree | 8f156c96cafbe0bdf314056a80803670554925cd /www/calamaris | |
parent | ee8a12916d19cfbad0a808da1192fc58cef1125c (diff) | |
download | freebsd-ports-graphics-899c273f9db4a93bc82051f709756b0c37d1d8a1.tar.gz freebsd-ports-graphics-899c273f9db4a93bc82051f709756b0c37d1d8a1.tar.zst freebsd-ports-graphics-899c273f9db4a93bc82051f709756b0c37d1d8a1.zip |
Add LICENSE
Diffstat (limited to 'www/calamaris')
-rw-r--r-- | www/calamaris/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/calamaris/Makefile b/www/calamaris/Makefile index 14e9d2b44a7..3c7d015fc3b 100644 --- a/www/calamaris/Makefile +++ b/www/calamaris/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://cord.de/files/calamaris/ MAINTAINER= demon@FreeBSD.org COMMENT= Perl script to produce statistics out of Squid log files +LICENSE= GPLv2 + USES= shebangfix perl5 NO_BUILD= yes SHEBANG_FILES= calamaris |