mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
2322196370
Upstream changes: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/changelog.md#changes-in-version-071
27 lines
402 B
Makefile
27 lines
402 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= zsh-syntax-highlighting
|
|
DISTVERSION= 0.7.1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= shells
|
|
|
|
MAINTAINER= jrm@FreeBSD.org
|
|
COMMENT= Fish shell syntax highlighting for Zsh
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.md
|
|
|
|
RUN_DEPENDS= zsh>=5.4:shells/zsh
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= zsh-users
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|