freebsd-ports/security/hs-HsOpenSSL/Makefile
Mathieu Arnold a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00

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>