diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /devel/hs-lazysmallcheck/Makefile | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) | |
download | ports-109269205e521bb1d2d87678a391e5adefff88d6.tar.gz ports-109269205e521bb1d2d87678a391e5adefff88d6.zip |
Notes
Diffstat (limited to 'devel/hs-lazysmallcheck/Makefile')
-rw-r--r-- | devel/hs-lazysmallcheck/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/hs-lazysmallcheck/Makefile b/devel/hs-lazysmallcheck/Makefile index df81fb488e9d..9b7b44c605a6 100644 --- a/devel/hs-lazysmallcheck/Makefile +++ b/devel/hs-lazysmallcheck/Makefile @@ -2,16 +2,14 @@ PORTNAME= lazysmallcheck PORTVERSION= 0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= A library for demand-driven testing of Haskell programs +COMMENT= Library for demand-driven testing of Haskell programs LICENSE= BSD -CABAL_SETUP= Setup.hs - INSTALL_PORTEXAMPLES= cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR} .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |