2acb3c8385
and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file."
33 lines
797 B
Makefile
33 lines
797 B
Makefile
# $OpenBSD: Makefile,v 1.5 2012/10/28 23:31:33 kili Exp $
|
|
|
|
COMMENT = securely store session data in a client-side cookie
|
|
|
|
DISTNAME = clientsession-0.8.0.1
|
|
REVISION = 0
|
|
CATEGORIES = security www
|
|
|
|
MAINTAINER = Jim Razmus II <jim@openbsd.org>, \
|
|
Matthias Kilian <kili@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-base64-bytestring>=0.1.1.1 \
|
|
devel/hs-cereal>=0.3 \
|
|
devel/hs-tagged>=0.1 \
|
|
security/hs-cprng-aes>=0.2 \
|
|
security/hs-crypto-api>=0.8 \
|
|
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>
|