diff options
author | Giuseppe Pilichi <jacula@FreeBSD.org> | 2010-05-26 11:18:46 +0000 |
---|---|---|
committer | Giuseppe Pilichi <jacula@FreeBSD.org> | 2010-05-26 11:18:46 +0000 |
commit | e951cb6d0734dcbbc08c5fdfafbc67e8389de545 (patch) | |
tree | 09f42476e1e0bfaa3cb1415c718d1e99c8ff11b8 /benchmarks/hs-criterion | |
parent | 03231299235c95b71449e0efda9552b963778ba5 (diff) | |
download | ports-e951cb6d0734dcbbc08c5fdfafbc67e8389de545.tar.gz ports-e951cb6d0734dcbbc08c5fdfafbc67e8389de545.zip |
Notes
Diffstat (limited to 'benchmarks/hs-criterion')
-rw-r--r-- | benchmarks/hs-criterion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/hs-criterion/Makefile b/benchmarks/hs-criterion/Makefile index 2bc4b0eb868b..d0cef601fb26 100644 --- a/benchmarks/hs-criterion/Makefile +++ b/benchmarks/hs-criterion/Makefile @@ -9,7 +9,7 @@ PORTNAME= criterion PORTVERSION= 0.4.1.0 CATEGORIES= benchmarks haskell -MAINTAINER= jacula@gmail.com +MAINTAINER= haskell@FreeBSD.org COMMENT= Robust, reliable performance measurement and analysis for Haskell CABAL_SETUP= Setup.hs @@ -24,4 +24,4 @@ PORTDATA= * INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README ${DATADIR} .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk>
\ No newline at end of file +.include <bsd.port.mk> |