diff options
Diffstat (limited to 'devel/hs-th-abstraction/Makefile')
-rw-r--r-- | devel/hs-th-abstraction/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/hs-th-abstraction/Makefile b/devel/hs-th-abstraction/Makefile new file mode 100644 index 000000000000..35038d7d8d1d --- /dev/null +++ b/devel/hs-th-abstraction/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= th-abstraction +PORTVERSION= 0.2.3.0 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= This package normalizes variations in the interface for inspecting datatype information via Template Haskell + +LICENSE= BSD3CLAUSE + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |