freebsd-ports/devel/hs-cpphs/Makefile
Gleb Popov 9e425fc882 Uses/cabal.mk: Introduce CABAL_REVISION knob.
This knob allows pulling in a revised .cabal file for a Haskell package
being ported. This allows us to drop local patches that were serving the
same purpose.
2022-11-20 20:39:28 +03:00

18 lines
324 B
Makefile

PORTNAME= cpphs
PORTVERSION= 1.20.9.1
PORTREVISION= 3
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Liberalised re-implementation of cpp, the C pre-processor
WWW= https://projects.haskell.org/cpphs/
LICENSE= LGPL21
USES= cabal
CABAL_REVISION= 1
USE_CABAL= polyparse-1.13_5
.include <bsd.port.mk>