forked from Lainports/opnsense-ports
15 lines
325 B
Makefile
15 lines
325 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= preprocessor-tools
|
|
PORTVERSION= 2.0.2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Framework for extending Haskell's syntax via quick-and-dirty preprocessors
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= mtl>=1 syb>=0
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|