freebsd-ports/security/hs-HsOpenSSL/Makefile
Gabor Pali 4baa7e74ef - Update to 0.10.3.2
- Use the new options framework

Obtained from:	FreeBSD Haskell
2012-08-03 03:09:45 +00:00

22 lines
435 B
Makefile

# New ports collection makefile for: hs-HsOpenSSL
# Date created: November 19, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= HsOpenSSL
PORTVERSION= 0.10.3.2
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= (Incomplete) OpenSSL binding for Haskell
FILE_LICENSE= COPYING
CABAL_SETUP= Setup.hs
USE_CABAL= network>=2.1.0.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>