1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/www/moinmoincli/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

26 lines
465 B
Makefile

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>