1a75cb1d44
- Update HACKAGE_SITE to follow changes in upstream - MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports - Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of ${DO_NADA}, some refactoring Obtained from: FreeBSD Haskell
17 lines
392 B
Makefile
17 lines
392 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tls
|
|
PORTVERSION= 1.1.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= security haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= TLS/SSL protocol native implementation (Server and Client)
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= cereal>=0.3 certificate>=1.3.0 crypto-pubkey \
|
|
crypto-random-api>=0.2 cryptohash>=0.6 mtl network
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|