mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries. Big thanks to Gleb for working on this. PR: 225185 Submitted by: Gleb Popov <6yearold@gmail.com> Exp-run by: antoine Reviewed by: pgj Differential Revision: https://reviews.freebsd.org/D12043
19 lines
375 B
Makefile
19 lines
375 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ShellCheck
|
|
PORTVERSION= 0.4.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= pizzamig@FreeBSD.org
|
|
COMMENT= Shell script analysis tool
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_CABAL= json mtl>=2.2.1 parsec QuickCheck>=2.7.4 regex-tdfa
|
|
|
|
EXECUTABLE= shellcheck
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|