2013-08-07 21:57:40 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2013/08/07 21:58:02 naddy Exp $
|
2010-09-19 15:27:11 +00:00
|
|
|
|
|
|
|
COMMENT = parse numeric literals from bytestrings
|
|
|
|
|
2012-09-02 20:30:14 +00:00
|
|
|
DISTNAME = bytestring-nums-0.3.5
|
2013-08-07 21:57:40 +00:00
|
|
|
REVISION = 2
|
2010-09-19 15:27:11 +00:00
|
|
|
CATEGORIES = textproc
|
2013-08-07 21:57:40 +00:00
|
|
|
HOMEPAGE = https://github.com/solidsnack/bytestring-nums
|
2010-09-19 15:27:11 +00:00
|
|
|
|
|
|
|
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
|
|
|
|
|
|
|
# BSD3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ghc
|
|
|
|
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|