opnsense-ports/math/hs-data-lens/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

15 lines
288 B
Makefile

# $FreeBSD$
PORTNAME= data-lens
PORTVERSION= 2.10.7
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Used to be Haskell 98 Lenses
LICENSE= BSD3CLAUSE
USE_CABAL= comonad>=4.0 semigroupoids>=4.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>