diff options
Diffstat (limited to 'textproc/hs-libyaml/Makefile')
-rw-r--r-- | textproc/hs-libyaml/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/hs-libyaml/Makefile b/textproc/hs-libyaml/Makefile new file mode 100644 index 000000000000..adb927d1222c --- /dev/null +++ b/textproc/hs-libyaml/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= libyaml +PORTVERSION= 0.1.0.0 +PORTREVISION= 1 +CATEGORIES= textproc haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Low-level, streaming YAML interface + +LICENSE= BSD3CLAUSE + +USE_CABAL= conduit resourcet + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |