8629a4fd7b
(CryptAPI on Windows, urandom everywhere else, patches welcome). ok sthen@
19 lines
368 B
Makefile
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>
|