aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hsb2hs/Makefile
blob: dc2b7fa90f1d099f46b9d84b882d6d3dd879d21f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	hsb2hs
PORTVERSION=	0.3.1
PORTREVISION=	2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Preprocesses a file, adding blobs from files as string literals

LICENSE=	BSD3CLAUSE

USE_CABAL=	preprocessor-tools>1.0

EXECUTABLE=	hsb2hs
STANDALONE=	yes

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>