aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-void/Makefile
blob: c36c29beb70e75209ba04d74d2a74948b3ebf2e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for: hs-void
# Date created:        July 16, 2011
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   void
PORTVERSION=    0.5.6
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    A Haskell 98 logically uninhabited data type

LICENSE=    BSD

USE_CABAL=  semigroups>=0.8.2

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>