mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
15 lines
317 B
Makefile
15 lines
317 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= haskell-src-exts-util
|
|
PORTVERSION= 0.2.3
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Manipulating Haskell source
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= data-default haskell-src-exts semigroups uniplate
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|