opnsense-ports/shells/hs-shelly/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

18 lines
455 B
Makefile

# $FreeBSD$
PORTNAME= shelly
PORTVERSION= 1.7.2
PORTREVISION= 1
CATEGORIES= shells haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Shell-like (systems) programming in Haskell
LICENSE= BSD3CLAUSE
USE_CABAL= async enclosed-exceptions exceptions>=0.6 lifted-async \
lifted-base monad-control>=0.3.2 mtl>=2 system-fileio \
system-filepath>=0.4.7 transformers-base unix-compat
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>