18 lines
285 B
Makefile
18 lines
285 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bytestring-nums
|
|
PORTVERSION= 0.3.6
|
|
PORTREVISION= 17
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Parse numeric literals from ByteStrings
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= cabal
|
|
|
|
CABAL_FLAGS= cli
|
|
EXECUTABLES= spoj-eugene
|
|
|
|
.include <bsd.port.mk>
|