mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
cb41fc6623
Sponsored by: Absolight
30 lines
620 B
Makefile
30 lines
620 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IO-AIO
|
|
PORTVERSION= 4.34
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Asynchronous Input/Output
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Canary-Stability>=2001:devel/p5-Canary-Stability \
|
|
p5-common-sense>=0:devel/p5-common-sense
|
|
RUN_DEPENDS= p5-common-sense>=0:devel/p5-common-sense
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
pre-build:
|
|
cd ${WRKSRC}/ && ${PERL} gendef0
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IO/AIO/AIO.so
|
|
|
|
.include <bsd.port.mk>
|