0e32330f15
Chase the devel/libffi update Bump portrevision of all dependent ports to chace shard library version bump in libffi. Update LIB_DEPENDS lines where needed to not require a specific version of libffi.so. PR: 247028 (for tracking)
16 lines
236 B
Makefile
16 lines
236 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hspec-discover
|
|
PORTVERSION= 2.7.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Automatically discover and run Hspec tests
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cabal
|
|
|
|
.include <bsd.port.mk>
|