View | Details | Raw Unified | Return to bug 263095
Collapse All | Expand All

(-)b/sysutils/cpufetch/Makefile (-3 / +2 lines)
Lines 3-15 DISTVERSIONPREFIX= v Link Here
3
DISTVERSION=	1.00
3
DISTVERSION=	1.00
4
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
5
5
6
MAINTAINER=	joel@insane.engineer
6
MAINTAINER=	jbo@insane.engineer
7
COMMENT=	Simple yet fancy CPU architecture fetching tool
7
COMMENT=	Simple yet fancy CPU architecture fetching tool
8
8
9
LICENSE=	MIT
9
LICENSE=	MIT
10
LICENSE_FILE=	${WRKSRC}/LICENSE
10
LICENSE_FILE=	${WRKSRC}/LICENSE
11
11
12
ONLY_FOR_ARCHS=	amd64
12
ONLY_FOR_ARCHS=	amd64 i386
13
ONLY_FOR_ARCHS_REASON=	not yet ported to other architectures
13
ONLY_FOR_ARCHS_REASON=	not yet ported to other architectures
14
14
15
USES=		gmake
15
USES=		gmake
16
- 

Return to bug 263095