blob: b4c3724ff44f7029eb197c350d751127edb6009c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
PORTNAME= moinmoincli
DISTVERSION= 4.6.0
CATEGORIES= www docs
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Edit existing MoinMoin wiki pages from a command line
LICENSE= BSD2CLAUSE
RUN_DEPENDS= curl:ftp/curl
USE_GITHUB= yes
GH_ACCOUNT= 0mp
SUB_FILES= pkg-message
NO_ARCH= yes
NO_BUILD= yes
OPTIONS_DEFINE= GIT
OPTIONS_DEFAULT= GIT
GIT_DESC= Install git to use git-diff(1) instead of diff(1) for colored output
GIT_RUN_DEPENDS= git:devel/git
.include <bsd.port.mk>
|