freebsd-ports/devel/hs-cpphs/Makefile
Gleb Popov b299244952 lang/ghc: Update to 8.10.1.
As usual, along with the compiler, many Haskell packages are updated as well.
2020-08-16 07:56:18 +00:00

18 lines
294 B
Makefile

# Created by: obraun@FreeBSD.org
# $FreeBSD$
PORTNAME= cpphs
PORTVERSION= 1.20.9.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Liberalised re-implementation of cpp, the C pre-processor
LICENSE= LGPL21
USES= cabal
USE_CABAL= polyparse-1.13_1
.include <bsd.port.mk>