blob: 6f2a714a6d73b09df72e30c466528cb3f89ae359 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= numactl
PORTVERSION= 2.0.12
DISTVERSIONSUFFIX= -5.el7
PORTREVISION= 1
CATEGORIES= sysutils linux
PKGNAMESUFFIX= -libs
MAINTAINER= emulation@FreeBSD.org
COMMENT= Simple NUMA policy support (CentOS ${LINUX_DIST_VER})
WWW= https://github.com/numactl/numactl
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
.include <bsd.port.mk>
|