freebsd-ports/devel/hs-hinotify/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

15 lines
288 B
Makefile

# $FreeBSD$
PORTNAME= hinotify
PORTVERSION= 0.3.8.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell binding to inotify
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libinotify.so:devel/libinotify
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>