aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-stm/Makefile
blob: cd5bd52737b149eacb5a5ff39fade9f37a54d8b4 (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-stm
# Date created:        March 13, 2011
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   stm
PORTVERSION=    2.2.0.1
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Software Transactional Memory

LICENSE=    BSD

CABAL_SETUP=    Setup.hs

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