a28f0f7f7f
Sponsored by: Absolight
15 lines
288 B
Makefile
15 lines
288 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= HsOpenSSL
|
|
PORTVERSION= 0.11.1.1
|
|
CATEGORIES= security haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Partial OpenSSL binding for Haskell
|
|
|
|
USE_CABAL= network>=2.1 old-locale>=1.0
|
|
|
|
USES= ssl
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|