diff options
Diffstat (limited to 'sysutils/minimunin/Makefile')
-rw-r--r-- | sysutils/minimunin/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/minimunin/Makefile b/sysutils/minimunin/Makefile index 1135f0b31fe0..d04c3a96bdb9 100644 --- a/sysutils/minimunin/Makefile +++ b/sysutils/minimunin/Makefile @@ -2,14 +2,20 @@ # $FreeBSD$ PORTNAME= minimunin -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= sysutils MASTER_SITES= http://erdgeist.org/arts/software/minimunin/ MAINTAINER= erdgeist@erdgeist.org COMMENT= Tiny munin-node implementation written in pure bourne shell +LICENSE= Beerware +LICENSE_NAME= Beerware License +LICENSE_TEXT= The code is released under the beer ware license, this means do whatever you want with it, as long as you leave this notice along with the code. Should we meet some day and you find the code is worth it, let's enjoy a beer together. +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + USES= tar:bzip2 + PLIST_FILES= bin/minimunin SUB_FILES= pkg-message |