diff options
Diffstat (limited to 'devel/hs-hsb2hs/Makefile')
-rw-r--r-- | devel/hs-hsb2hs/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/hs-hsb2hs/Makefile b/devel/hs-hsb2hs/Makefile new file mode 100644 index 000000000000..62692b468a38 --- /dev/null +++ b/devel/hs-hsb2hs/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= hsb2hs +PORTVERSION= 0.3.1 +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> |