forked from Lainports/freebsd-ports
* Update lang/ghc to 8.4.2 * Update the boostrap compiler to 8.4.1 * Update the many hs-* ports * Bump the rest Thanks a lot to arrowd for doing all the heavy lifting :) PR: 227968 Exp-run by: antoine Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D15005
16 lines
469 B
Makefile
16 lines
469 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hackage-security
|
|
PORTVERSION= 0.5.3.0
|
|
CATEGORIES= security haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= The hackage security library provides both server and client utilities for securing the Hackage package server
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= base16-bytestring base64-bytestring cryptohash-sha256 ed25519 \
|
|
mtl network network-uri old-locale old-time tar zlib
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|