diff options
Diffstat (limited to 'devel/hs-easy-file/Makefile')
-rw-r--r-- | devel/hs-easy-file/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/hs-easy-file/Makefile b/devel/hs-easy-file/Makefile new file mode 100644 index 000000000000..1c0a16c6afc2 --- /dev/null +++ b/devel/hs-easy-file/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= easy-file +PORTVERSION= 0.2.1 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Cross-platform File handling + +LICENSE= BSD3CLAUSE + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |