mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
17 lines
324 B
Makefile
17 lines
324 B
Makefile
PORTNAME= cpphs
|
|
PORTVERSION= 1.20.9.1
|
|
PORTREVISION= 4
|
|
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_9
|
|
|
|
.include <bsd.port.mk>
|