22 lines
442 B
Makefile
22 lines
442 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:42:41 espie Exp $
|
|
|
|
COMMENT = efficient conversion of values to readable byte strings
|
|
|
|
DISTNAME = bytestring-show-0.3.5.1
|
|
REVISION = 1
|
|
CATEGORIES = textproc
|
|
|
|
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
RUN_DEPENDS += devel/hs-binary
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|