diff options
Diffstat (limited to 'devel/hs-microlens-th/Makefile')
-rw-r--r-- | devel/hs-microlens-th/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/hs-microlens-th/Makefile b/devel/hs-microlens-th/Makefile new file mode 100644 index 000000000000..968885b2eb5a --- /dev/null +++ b/devel/hs-microlens-th/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= microlens-th +PORTVERSION= 0.4.1.1 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= This package lets you automatically generate lenses for data types + +LICENSE= BSD3CLAUSE + +USE_CABAL= microlens + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |