aboutsummaryrefslogtreecommitdiff
path: root/sysutils/hs-cputype/Makefile
blob: a0a7dfe70474153a9976d7c9cb6cc3adc06fa9d0 (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
PORTNAME=	cputype
PORTVERSION=	0.2.1
CATEGORIES=	sysutils haskell

MAINTAINER=	arrowd@FreeBSD.org
COMMENT=	Find out your CPUTYPE

LICENSE=	BSD3CLAUSE

USES=		cabal

USE_GITLAB=     yes
GL_SITE=        https://foss.heptapod.net
GL_ACCOUNT=     bsdutils
GL_COMMIT=      0efe02ac1fa2ecbd4c881462ab64927167f9e77f
# It seems that foss.heptapod.net is using an outdated gitlab version
# fix the WRKSRC till foss.heptapod.net is updated to a newer gitlab version
WRKSRC=		${WRKDIR}/${GL_PROJECT}-${GL_COMMIT}-ad3835a3a2d38aab86c03ed615058da0f1fbf244

USE_CABAL=	ansi-terminal-0.10.3 \
		ansi-wl-pprint-0.6.9_1 \
		attoparsec-0.13.2.4 \
		colour-2.3.5 \
		hashable-1.3.0.0_1 \
		integer-logarithms-1.0.3_2 \
		optparse-applicative-0.15.1.0_1 \
		primitive-0.7.0.1 \
		scientific-0.3.6.2 \
		transformers-compat-0.6.5

.include <bsd.port.mk>