mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
6dc2e22e2d
PR: 230186 Reviewed by: mat, tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19730
19 lines
285 B
Makefile
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>
|