aboutsummaryrefslogtreecommitdiff
path: root/math/hs-mwc-random/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/hs-mwc-random/Makefile')
-rw-r--r--math/hs-mwc-random/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/hs-mwc-random/Makefile b/math/hs-mwc-random/Makefile
index 8382ff9acb22..226c517f7595 100644
--- a/math/hs-mwc-random/Makefile
+++ b/math/hs-mwc-random/Makefile
@@ -6,16 +6,18 @@
#
PORTNAME= mwc-random
-PORTVERSION= 0.7.0.1
+PORTVERSION= 0.8.0.3
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Fast, high quality pseudo random number generation in Haskell
-USE_HACKAGE= primitive vector>=0.5
+LICENSE= BSD
+
+USE_CABAL= primitive vector>=0.5
PORTDATA= *
-INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}
+INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR}
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>