aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/hs-panopticum/Makefile
blob: f1d0a69bc8fd7dfa3031b251fcb2083e61b10fde (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
PORTNAME=	panopticum
PORTVERSION=	2.0.0.0
PORTREVISION=	2
CATEGORIES=	ports-mgmt haskell

MAINTAINER=	arrowd@FreeBSD.org
COMMENT=	Query port information with every combination of OPTIONS

LICENSE=	BSD3CLAUSE

USES=		cabal

USE_GITLAB=	yes
GL_SITE=	https://foss.heptapod.net
GL_ACCOUNT=	bsdutils
GL_COMMIT=	ef5c3793acad2ed2ef17138dabfeb575e26458c5

USE_CABAL=	ansi-terminal-0.11.3 \
		ansi-wl-pprint-0.6.9_3 \
		async-2.2.4_1 \
		clock-0.8.3 \
		colour-2.3.6 \
		extra-1.7.10 \
		hashable-1.4.0.2 \
		optparse-applicative-0.17.0.0 \
		transformers-compat-0.7.1_1 \
		unliftio-0.2.22.0 \
		unliftio-core-0.2.0.1_2

.include <bsd.port.mk>