freebsd-ports/devel/hs-fgl/Makefile

19 lines
416 B
Makefile
Raw Normal View History

# New ports collection makefile for: hs-fgl
# Date created: December 20 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= fgl
2010-07-30 10:55:07 +02:00
PORTVERSION= 5.4.2.3
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Martin Erwig Functional Graph Library
CABAL_SETUP= Setup.hs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>