aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-Boolean/Makefile
blob: f91e5f7f06a71c68f43da34928e91c6da65f8bec (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-Boolean
# Date created:        June 5, 2010
# Whom:                Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Boolean
PORTVERSION=    0.0.1
PORTREVISION=   3
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Generalized booleans

LICENSE=    BSD
FILE_LICENSE=   COPYING

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