aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-ConfigFile/Makefile
blob: e2801ff68eef64b567b6c6670cd16cd9dc6a6853 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   ConfigFile
PORTVERSION=    1.1.4
PORTREVISION=   3
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Configuration file reading and writing

LICENSE=    BSD3CLAUSE

USE_CABAL=  MissingH>=1.0.0 mtl

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