forked from Lainports/opnsense-ports
16 lines
305 B
Makefile
16 lines
305 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= HsOpenSSL
|
|
PORTVERSION= 0.11.4.13
|
|
PORTREVISION= 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>
|