openbsd-ports/devel/hs-FindBin/Makefile
kili 7d654d2943 This module locates the full directory to the running program, to
allow the use of paths relative to it.  FindBin supports invocation
of Haskell programs via "ghci", via "runhaskell/runghc", as well
as compiled as an executable.

"to ahead, please" espie@
2010-06-20 09:38:07 +00:00

19 lines
411 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/06/20 09:38:07 kili Exp $
COMMENT = locate directory of original program
DISTNAME = FindBin-0.0.2
CATEGORIES = devel
HOMEPAGE = http://github.com/audreyt/findbin
# 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
.include <bsd.port.mk>