7a998e2692
authentication. Uses Base64 encoding to avoid any issues with characters. ok jasper@
29 lines
716 B
Makefile
29 lines
716 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/28 19:23:06 kili Exp $
|
|
|
|
COMMENT = securely store session data in a client-side cookie
|
|
|
|
DISTNAME = clientsession-0.7.3.6
|
|
CATEGORIES = security www
|
|
|
|
# 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-base64-bytestring>=0.1.0.3,<0.2 \
|
|
devel/hs-cereal>=0.3,<0.4 \
|
|
devel/hs-tagged>=0.1 \
|
|
security/hs-cprng-aes>=0.2 \
|
|
security/hs-crypto-api>=0.6.4,<0.9 \
|
|
security/hs-cryptocipher>=0.2.5 \
|
|
security/hs-entropy>=0.2.1 \
|
|
security/hs-skein>=0.1,<0.2
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|