Lines 1-15
Link Here
|
1 |
# Created by: Dirk Engling <erdgeist@erdgeist.org> |
1 |
# Created by: Dirk Engling <erdgeist@erdgeist.org> |
2 |
# $FreeBSD: head/sysutils/minimunin/Makefile 411383 2016-03-19 09:33:35Z wen $ |
2 |
# $FreeBSD: head/sysutils/minimunin/Makefile 363399 2014-07-29 21:43:17Z adamw $ |
3 |
|
3 |
|
4 |
PORTNAME= minimunin |
4 |
PORTNAME= minimunin |
5 |
PORTVERSION= 0.3 |
5 |
PORTVERSION= 0.4 |
6 |
CATEGORIES= sysutils |
6 |
CATEGORIES= sysutils |
7 |
MASTER_SITES= http://erdgeist.org/arts/software/minimunin/ |
7 |
MASTER_SITES= http://erdgeist.org/arts/software/minimunin/ |
8 |
|
8 |
|
9 |
MAINTAINER= erdgeist@erdgeist.org |
9 |
MAINTAINER= erdgeist@erdgeist.org |
10 |
COMMENT= Tiny munin-node implementation written in pure bourne shell |
10 |
COMMENT= Tiny munin-node implementation written in pure bourne shell |
11 |
|
11 |
|
|
|
12 |
LICENSE= Beerware |
13 |
LICENSE_NAME= Beerware License |
14 |
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
15 |
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. |
16 |
|
12 |
USES= tar:bzip2 |
17 |
USES= tar:bzip2 |
|
|
18 |
|
13 |
PLIST_FILES= bin/minimunin |
19 |
PLIST_FILES= bin/minimunin |
14 |
SUB_FILES= pkg-message |
20 |
SUB_FILES= pkg-message |
15 |
|
21 |
|