db78da8f8b
PR: 263764 Reported by: VVD <vvd@unislabs.com>
31 lines
659 B
Makefile
31 lines
659 B
Makefile
PORTNAME= panopticum
|
|
PORTVERSION= 2.0.0.0
|
|
PORTREVISION= 1
|
|
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.1 \
|
|
ansi-wl-pprint-0.6.9_3 \
|
|
async-2.2.4_1 \
|
|
base-orphans-0.8.6 \
|
|
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>
|