diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2019-01-06 12:18:06 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2019-01-06 12:18:06 +0000 |
commit | e2c3fdc1fdeca1ffbdfef680e3e712ddc2e7e06f (patch) | |
tree | ec6e8ffeefbf83bfc231412c2c7a6b883ecd5bd8 /textproc/hs-libyaml/Makefile | |
parent | e8d137116e2942f75f1fed8f603384210db17ec0 (diff) |
Notes
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> |