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

22 lines
561 B
Makefile

# $FreeBSD$
PORTNAME= authenticate
PORTVERSION= 1.3.4
PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Authentication methods for Haskell web applications
LICENSE= BSD3CLAUSE
USE_CABAL= aeson>=0.5 attoparsec blaze-builder case-insensitive>=0.2 \
conduit>=0.5 http-conduit>=1.5 http-types>=0.6 monad-control \
network>=2.6 network-uri>=2.6 resourcet \
tagstream-conduit>=0.5.5 unordered-containers \
xml-conduit>=1.0
FLAGS_ENABLE= network-uri
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>