aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hasktags/Makefile
blob: 50d402ef8551b1778d1716509f592fa878a7f9c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

PORTNAME=	hasktags
PORTVERSION=	0.71.2
PORTREVISION=	4
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Produces ctags "tags" and etags "TAGS" files for Haskell programs

LICENSE=	BSD3CLAUSE

USES=		cabal

USE_CABAL=	ansi-terminal-0.10.3 \
		ansi-wl-pprint-0.6.9_1 \
		colour-2.3.5 \
		hashable-1.3.0.0_1 \
		json-0.10_1 \
		microlens-0.4.11.2 \
		microlens-ghc-0.4.12 \
		microlens-mtl-0.2.0.1 \
		microlens-platform-0.4.1 \
		microlens-th-0.4.3.5 \
		optparse-applicative-0.15.1.0_1 \
		primitive-0.7.0.1 \
		syb-0.7.1 \
		th-abstraction-0.3.2.0 \
		transformers-compat-0.6.5 \
		unordered-containers-0.2.10.0_1 \
		utf8-string-1.0.1.1_3 \
		vector-0.12.1.2

.include <bsd.port.mk>