aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-cpphs/Makefile
blob: 7a6e081460668c21cd6963631228cbc9162bdbf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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

USE_CABAL=	polyparse-1.13_5

.include <bsd.port.mk>