aboutsummaryrefslogtreecommitdiffstats
path: root/security/hs-HsOpenSSL/Makefile
blob: 895829b619f3a6f6542056a7e363b7f369b14d5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   HsOpenSSL
PORTVERSION=    0.11.4.13
PORTREVISION=   2
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>