aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-fgl/Makefile
blob: ed556e005af561218b5c149a081085155ab1ca8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for: hs-fgl
# Date created:        December 20 2009
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	fgl
PORTVERSION=	5.4.2.2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Martin Erwig Functional Graph Library

CABAL_SETUP=	Setup.hs

PORTDATA=		*
INSTALL_PORTDATA=	${INSTALL_DATA} ${WRKSRC}/doc/CHANGES ${DATADIR} \
			  && ${INSTALL_DATA} ${WRKSRC}/doc/README ${DATADIR}

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