diff options
author | pgj <pgj@FreeBSD.org> | 2011-08-14 07:18:49 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-08-14 07:18:49 +0800 |
commit | f7b0fbdb98ef3810ae56a3c229d8b6d6c21529e3 (patch) | |
tree | 3dec3e52a223f2d402e620eabb5eabf431a1d8e8 /devel/hs-hlibev | |
parent | 76126370e46a47dd4f81f73e791a0e352650fbd9 (diff) | |
download | freebsd-ports-graphics-f7b0fbdb98ef3810ae56a3c229d8b6d6c21529e3.tar.gz freebsd-ports-graphics-f7b0fbdb98ef3810ae56a3c229d8b6d6c21529e3.tar.zst freebsd-ports-graphics-f7b0fbdb98ef3810ae56a3c229d8b6d6c21529e3.zip |
FFI interface to libev.
WWW: http://github.com/aycanirican/hlibev
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel/hs-hlibev')
-rw-r--r-- | devel/hs-hlibev/Makefile | 22 | ||||
-rw-r--r-- | devel/hs-hlibev/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-hlibev/pkg-descr | 3 |
3 files changed, 27 insertions, 0 deletions
diff --git a/devel/hs-hlibev/Makefile b/devel/hs-hlibev/Makefile new file mode 100644 index 00000000000..abe8c385105 --- /dev/null +++ b/devel/hs-hlibev/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: hs-hlibev +# Date created: March 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= hlibev +PORTVERSION= 0.4.0 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= FFI interface to libev + +LICENSE= BSD + +USE_CABAL= network + +LIB_DEPENDS= ev:${PORTSDIR}/devel/libev + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-hlibev/distinfo b/devel/hs-hlibev/distinfo new file mode 100644 index 00000000000..7c1d484f3cb --- /dev/null +++ b/devel/hs-hlibev/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/hlibev-0.4.0.tar.gz) = dc37dafa42fad03228f353eaa0cda8d57eaf2f8c2558c3de29d2425526e02610 +SIZE (cabal/hlibev-0.4.0.tar.gz) = 6366 diff --git a/devel/hs-hlibev/pkg-descr b/devel/hs-hlibev/pkg-descr new file mode 100644 index 00000000000..64e9e7edb3a --- /dev/null +++ b/devel/hs-hlibev/pkg-descr @@ -0,0 +1,3 @@ +FFI interface to libev. + +WWW: http://github.com/aycanirican/hlibev |