21 lines
367 B
Makefile
21 lines
367 B
Makefile
PORTNAME= shellharden
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.3.1
|
|
PORTREVISION= 11
|
|
CATEGORIES= shells
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Corrective bash syntax highlighter
|
|
WWW= https://github.com/anordal/shellharden
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cargo
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= anordal
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|