23 lines
492 B
Makefile
23 lines
492 B
Makefile
# $OpenBSD: Makefile,v 1.20 2014/09/05 09:47:27 dcoppa Exp $
|
|
|
|
COMMENT = parser and writer for config files
|
|
|
|
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>
|