2010-06-07 05:47:52 +02:00
|
|
|
# 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
|
2011-05-26 02:51:15 +02:00
|
|
|
PORTREVISION= 2
|
2010-06-07 05:47:52 +02:00
|
|
|
CATEGORIES= devel haskell
|
|
|
|
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
|
|
COMMENT= Generalized booleans
|
|
|
|
|
2011-05-09 07:28:57 +02:00
|
|
|
LICENSE= BSD
|
|
|
|
FILE_LICENSE= COPYING
|
|
|
|
|
2010-06-07 05:47:52 +02:00
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
|
|
.include <bsd.port.mk>
|