d1ec57291f
WWW: http://github.com/aycanirican/hlibev Obtained from: FreeBSD Haskell
22 lines
421 B
Makefile
22 lines
421 B
Makefile
# 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>
|