19 lines
335 B
Makefile
19 lines
335 B
Makefile
COMMENT = fish like syntax highlighting for zsh
|
|
|
|
GH_ACCOUNT = zsh-users
|
|
GH_PROJECT = zsh-syntax-highlighting
|
|
GH_TAGNAME = 0.7.1
|
|
|
|
CATEGORIES = shells
|
|
|
|
MAINTAINER = Matthew Martin <phy1729@gmail.com>
|
|
|
|
# BSD 3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = shells/zsh
|
|
TEST_DEPENDS = shells/zsh
|
|
|
|
FAKE_FLAGS = PREFIX=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|