freebsd-ports/devel/hs-bytestring-nums/Makefile
Gleb Popov 9b79b0b5b2 In wrapper scripts, use $@ instead of $* to correctly pass arguments to the real program
PR:		238719
Approved by:	tcberner (mentor, implicit)
2019-06-20 16:03:10 +00:00

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>