mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
18 lines
363 B
Makefile
18 lines
363 B
Makefile
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= https://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>
|