diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-09 05:28:57 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-09 05:28:57 +0000 |
commit | 0c76a8384fc1de4958eb1228befbee727f00c596 (patch) | |
tree | 28680b3da252da7f45a2d25108e4e2a6e41a77e5 /math/hs-mwc-random/Makefile | |
parent | f2febc81eeab0d296325ecc49e1825762e5cd5d7 (diff) | |
download | ports-0c76a8384fc1de4958eb1228befbee727f00c596.tar.gz ports-0c76a8384fc1de4958eb1228befbee727f00c596.zip |
Notes
Diffstat (limited to 'math/hs-mwc-random/Makefile')
-rw-r--r-- | math/hs-mwc-random/Makefile | 8 |
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> |