openbsd-ports/textproc/hs-bytestring-nums/Makefile

20 lines
415 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:42:41 espie Exp $
COMMENT = parse numeric literals from bytestrings
2012-09-02 16:30:14 -04:00
DISTNAME = bytestring-nums-0.3.5
2013-01-20 12:56:05 -05:00
REVISION = 1
CATEGORIES = textproc
HOMEPAGE = http://github.com/solidsnack/bytestring-nums
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>