23 lines
492 B
Makefile
Raw Normal View History

2014-09-05 09:47:27 +00:00
# $OpenBSD: Makefile,v 1.20 2014/09/05 09:47:27 dcoppa Exp $
COMMENT = parser and writer for config files
2014-09-05 09:47:27 +00:00
DISTNAME = ConfigFile-1.1.2
CATEGORIES = devel sysutils
HOMEPAGE = https://github.com/jgoerzen/configfile/wiki
MAINTAINER = David Coppa <dcoppa@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS += devel/hs-MissingH>=1.0.0 \
devel/hs-mtl
BUILD_DEPENDS += ${RUN_DEPENDS}
.include <bsd.port.mk>