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)
20 lines
317 B
Makefile
20 lines
317 B
Makefile
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hscolour
|
|
PORTVERSION= 1.24.4
|
|
PORTREVISION= 7
|
|
PORTEPOCH= 1
|
|
CATEGORIES= print haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Colourise Haskell code
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cabal
|
|
|
|
EXECUTABLES= HsColour
|
|
|
|
.include <bsd.port.mk>
|