openbsd-ports/security/hs-entropy/Makefile
kili 8629a4fd7b A platform independent method to obtain cryptographically strong entropy
(CryptAPI on Windows, urandom everywhere else, patches welcome).

ok sthen@
2012-01-22 17:15:24 +00:00

19 lines
368 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/01/22 17:15:24 kili Exp $
COMMENT = platform independent entropy source
DISTNAME = entropy-0.2.1
CATEGORIES = security
# 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
.include <bsd.port.mk>