opnsense-ports/math/hs-distributive/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

16 lines
345 B
Makefile

# $FreeBSD$
PORTNAME= distributive
PORTVERSION= 0.5.3
PORTREVISION= 1
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Distributive functors -- Dual to Traversable
LICENSE= BSD3CLAUSE
USE_CABAL= base-orphans>=0.5 tagged>=0.7 transformers-compat>=0.3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>