forked from Lainports/opnsense-ports
19 lines
363 B
Makefile
19 lines
363 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hsb2hs
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 4
|
|
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>
|