freebsd-ports/devel/hs-profunctor-extras/Makefile

18 lines
378 B
Makefile

# $FreeBSD$
PORTNAME= profunctor-extras
PORTVERSION= 3.3
PORTREVISION= 2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Profunctor extras
LICENSE= BSD
USE_CABAL= comonad>=3 profunctors>=3.2 semigroupoid-extras>=3 \
semigroupoids>=3 tagged>=0.4.4 transformers>=0.2
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>