20 lines
415 B
Makefile
20 lines
415 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:42:41 espie Exp $
|
|
|
|
COMMENT = parse numeric literals from bytestrings
|
|
|
|
DISTNAME = bytestring-nums-0.3.5
|
|
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>
|