freebsd-ports/textproc/zsh-syntax-highlighting/Makefile
Joseph Mingrone 1cbd3576d5 Update email address to jrm@FreeBSD.org for ports that I maintain
Reviewed by:	mat, swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D7995
2016-09-23 21:42:02 +00:00

26 lines
417 B
Makefile

# $FreeBSD$
PORTNAME= zsh-syntax-highlighting
PORTVERSION= 20160816
CATEGORIES= textproc
MAINTAINER= jrm@FreeBSD.org
COMMENT= Fish shell syntax highlighting for Zsh
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING.md
RUN_DEPENDS= zsh>=4.3.17:shells/zsh
NO_ARCH= yes
NO_BUILD= yes
USE_GITHUB= yes
GH_ACCOUNT= zsh-users
GH_TAGNAME= 11c9081
SUB_FILES= pkg-message
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>