1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/devel/hs-bytestring-nums/Makefile
Gleb Popov 6dc2e22e2d Introduce USES=cabal and use it to build Haskell applications.
PR:		230186
Reviewed by:	mat, tcberner
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19730
2019-05-09 14:39:30 +00:00

19 lines
285 B
Makefile

# $FreeBSD$
PORTNAME= bytestring-nums
PORTVERSION= 0.3.6
PORTREVISION= 15
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>