mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
fb4e38812a
- Drop maintainership to perl@FreeBSD.org PR: ports/108635 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
33 lines
660 B
Makefile
33 lines
660 B
Makefile
# New ports collection makefile for: p5-IO-AIO
|
|
# Date created: 2006-12-09
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= IO-AIO
|
|
PORTVERSION= 2.3.3
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= IO
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Asynchronous Input/Output
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= IO::AIO.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
post-patch:
|
|
${PERL} -e 's,-lpthreads?,${PTHREAD_LIBS},g' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.post.mk>
|