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