to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
16 lines
304 B
Makefile
16 lines
304 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= data-lens
|
|
PORTVERSION= 2.10.5
|
|
PORTREVISION= 1
|
|
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>
|