2014-11-22 20:50:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2014/11/22 20:50:46 kili Exp $
|
2010-12-26 17:15:55 +00:00
|
|
|
|
2013-06-05 14:45:14 +00:00
|
|
|
COMMENT = Scrap Your Boilerplate library for generic programming
|
2010-12-26 17:15:55 +00:00
|
|
|
|
2014-06-19 18:58:01 +00:00
|
|
|
# Dependency of meta/haskell-platform.
|
|
|
|
# Please do *not* update without thinking.
|
2014-11-22 20:50:46 +00:00
|
|
|
DISTNAME = syb-0.4.1
|
2010-12-26 17:15:55 +00:00
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
|
|
|
|
# BSD3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ghc
|
|
|
|
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|