8b1c971497
9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
14 lines
286 B
Makefile
14 lines
286 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= HsOpenSSL
|
|
PORTVERSION= 0.10.3.3
|
|
PORTREVISION= 6
|
|
CATEGORIES= security haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= (Incomplete) OpenSSL binding for Haskell
|
|
|
|
USE_CABAL= network>=2.1.0.0
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|