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