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

24 lines
619 B
Makefile

# $FreeBSD$
PORTNAME= snap-server
PORTVERSION= 1.1.0.0
PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Fast, iteratee-based, epoll-enabled web server for the Snap Framework
LICENSE= BSD3CLAUSE
USE_CABAL= attoparsec blaze-builder case-insensitive clock io-streams \
io-streams-haproxy lifted-base mtl network old-locale snap-core \
unix-compat vector
FLAGS_DEFINE= OPENSSL
OPENSSL_DESC= Enable HTTPS support using the HsOpenSSL library
OPENSSL_FLAG_ENABLE= openssl
OPENSSL_FLAG_CABAL= HsOpenSSL>=0.10
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>