mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
59b3466864
Obtained from: FreeBSD Haskell
22 lines
480 B
Makefile
22 lines
480 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.4.1.2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Haskell Show instances for Lambdabot
|
|
|
|
LICENSE= GPLv2
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
USE_CABAL= QuickCheck>=2.4 smallcheck>=0.4 syb
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|