blob: 1b7d76a650114555be731dc3ffe3572b69d216d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= ConfigFile
PORTVERSION= 1.1.1
PORTREVISION= 5
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Configuration file reading and writing
LICENSE= LGPL21
USE_CABAL= MissingH>=1.0.0 mtl parsec
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|