blob: 1f5ca44fcd318e2007085998af8cc7002762ed33 (
plain)
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
|
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
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>
|