2015-12-20 11:24:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.25 2015/12/20 11:24:12 kili 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-10-30 09:40:39 +00:00
|
|
|
DISTNAME = ConfigFile-1.1.4
|
2015-12-20 11:24:12 +00:00
|
|
|
REVISION = 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>
|
|
|
|
|
2014-10-30 09:40:39 +00:00
|
|
|
# BSD3
|
2010-04-13 19:31:33 +00:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ghc
|
|
|
|
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
2015-12-20 11:24:12 +00:00
|
|
|
MODGHC_PACKAGE_KEY = LRTL7Iv19nv0qtoyt2HfMc
|
2015-09-25 21:15:28 +00:00
|
|
|
|
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>
|