2011-04-23 10:32:50 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2011/04/23 14:32:51 kili Exp $
|
2010-12-09 11:07:50 -05:00
|
|
|
|
|
|
|
COMMENT= TLS/SSL protocol native implementation
|
|
|
|
|
2011-04-12 06:43:19 -04:00
|
|
|
DISTNAME= tls-0.6.0
|
2011-04-23 10:32:50 -04:00
|
|
|
REVISION= 1
|
2010-12-09 11:07:50 -05:00
|
|
|
CATEGORIES= security net
|
|
|
|
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
|
|
|
|
# BSD3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MODULES= lang/ghc
|
|
|
|
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
|
|
|
RUN_DEPENDS = devel/hs-binary>=0.5 \
|
|
|
|
devel/hs-cereal>=0.3 \
|
2011-04-23 10:32:50 -04:00
|
|
|
devel/hs-mtl \
|
2010-12-09 11:07:50 -05:00
|
|
|
devel/hs-vector \
|
2011-04-12 06:43:19 -04:00
|
|
|
security/hs-crypto-api>=0.5 \
|
|
|
|
security/hs-certificate>=0.7.0 \
|
|
|
|
security/hs-cryptocipher>=0.2.5 \
|
2010-12-09 11:07:50 -05:00
|
|
|
security/hs-cryptohash>=0.6
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|