freebsd-ports/devel/hs-show/Makefile
2010-06-08 12:12:46 +00:00

21 lines
484 B
Makefile

# New ports collection makefile for: hs-show
# Date created: December 20 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= show
PORTVERSION= 0.3.4
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell Show instances for Lambdabot
CABAL_SETUP= Setup.hs
USE_HACKAGE= smallcheck>=0.4
CONFIGURE_ARGS+= --constraint='base<4'
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>