c88aaf5c89
PR: 195796
15 lines
294 B
Makefile
15 lines
294 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= HsOpenSSL
|
|
PORTVERSION= 0.11
|
|
PORTREVISION= 2
|
|
CATEGORIES= security haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Partial OpenSSL binding for Haskell
|
|
|
|
USE_CABAL= network>=2.1.0.0
|
|
USE_OPENSSL= yes
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|