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

19 lines
400 B
Makefile

# $FreeBSD$
PORTNAME= hoauth2
PORTVERSION= 1.7.1
PORTREVISION= 1
CATEGORIES= net haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell OAuth2 authentication
LICENSE= BSD3CLAUSE
USE_CABAL= aeson http-conduit http-types microlens unordered-containers \
uri-bytestring uri-bytestring-aeson wai warp
FLAGS_DISABLE= test
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>