blob: 2888092dacb7e7fe50657df07cb4549d2588412a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= data-lens-template
PORTVERSION= 2.1.7
PORTREVISION= 4
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Utilities for Data.Lens
LICENSE= BSD
USE_CABAL= data-lens>=2.0
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|