7d9a103945
- adjust @exec/@unexec accordingly "just go ahead" kili@
25 lines
522 B
Makefile
25 lines
522 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/10/28 13:54:09 jasper Exp $
|
|
|
|
COMMENT = efficient conversion of values to readable byte strings
|
|
|
|
DISTNAME = bytestring-show-0.3.3
|
|
REVISION = 0
|
|
CATEGORIES = textproc
|
|
|
|
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
RUN_DEPENDS += ::devel/hs-binary
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|