ports/devel/hs-haskell-src-exts-util/Makefile
Gleb Popov 7fbb9efab1 Update some hs-* ports that were previously IGNORE'd.
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16308
2018-07-29 10:40:28 +00:00

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>