24 lines
506 B
Makefile
Raw Normal View History

2014-10-28 09:13:23 +00:00
# $OpenBSD: Makefile,v 1.21 2014/10/28 09:13:24 dcoppa Exp $
COMMENT = parser and writer for config files
2014-09-05 09:47:27 +00:00
DISTNAME = ConfigFile-1.1.2
2014-10-28 09:13:23 +00:00
REVISION = 0
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>