pkgsrc-wip/hs-entropy/Makefile
Ryosuke Moro 7f42a19375 Update to 0.2.2.4
changes:
0.2.2.2 => 0.2.2.4
 - Assume GHC (not gcc) and test RDRAND
 - Merge pull request #4 from singpolyma/master
   ( #4 => https://github.com/TomMD/entropy/pull/4 )
     Support QNX by using lower-level I/O
2013-10-25 23:33:13 +00:00

13 lines
277 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/10/25 23:33:13 szptvlfn Exp $
#
DISTNAME= entropy-0.2.2.4
CATEGORIES= security
MAINTAINER= pho@cielonegro.org
COMMENT= Platform independent entropy source
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"