20 lines
416 B
Makefile
20 lines
416 B
Makefile
# $OpenBSD: Makefile,v 1.11 2014/12/08 09:15:02 kili Exp $
|
|
|
|
COMMENT = parse numeric literals from bytestrings
|
|
|
|
DISTNAME = bytestring-nums-0.3.5
|
|
REVISION = 3
|
|
CATEGORIES = textproc
|
|
HOMEPAGE = https://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>
|