forked from Lainports/opnsense-ports
17 lines
422 B
Makefile
17 lines
422 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pointed
|
|
PORTVERSION= 4.2.0.2
|
|
CATEGORIES= math haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Pointed and copointed data
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= comonad>=4.0 data-default-class>=0.0.1 hashable>=1.1 \
|
|
kan-extensions>=4.2 semigroupoids>=4 semigroups>=0.8.3.1 \
|
|
stm>=2.1.2.1 tagged>=0.5 unordered-containers>=0.2
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|