blob: 6f35528102d793d4b37fdb1c9bc049fa3c5588eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= libaio
PORTVERSION= 0.3.109
DISTVERSIONSUFFIX= -13.el7
CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Asynchronous I/O library (CentOS ${LINUX_DIST_VER})
WWW= http://lse.sourceforge.net/io/aio.html
USES= cpe linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CPE_VENDOR= libaio_project
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|