View | Details | Raw Unified | Return to bug 159779
Collapse All | Expand All

(-)Makefile (-4 / +3 lines)
Lines 6-28 Link Here
6
#
6
#
7
7
8
PORTNAME=	IO-AIO
8
PORTNAME=	IO-AIO
9
PORTVERSION=	3.65
9
PORTVERSION=	3.93
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
13
#DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
14
13
15
MAINTAINER=	clsung@FreeBSD.org
14
MAINTAINER=	clsung@FreeBSD.org
16
COMMENT=	Asynchronous Input/Output
15
COMMENT=	Asynchronous Input/Output
17
16
18
BUILD_DEPENDS=	p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
17
BUILD_DEPENDS=	p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
19
RUN_DEPENDS=	${BUILD_DEPENDS}
18
RUN_DEPENDS=	p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
20
19
21
PERL_CONFIGURE=	yes
20
PERL_CONFIGURE=	yes
22
21
23
MAN3=		IO::AIO.3
22
MAN3=		IO::AIO.3
24
23
25
post-patch:
24
post-patch:
26
	${PERL} -e 's,-lpthreads?,${PTHREAD_LIBS},g' ${WRKSRC}/Makefile.PL
25
	@${REINPLACE_CMD} -e 's,-lpthreads*,${PTHREAD_LIBS},g' ${WRKSRC}/Makefile.PL
27
26
28
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (IO-AIO-3.65.tar.gz) = c06451cb798c788c64cd632c0b083960ca09ef655743127c635aac83827fdf36
1
SHA256 (IO-AIO-3.93.tar.gz) = 5e6c87a76eabcc2a5b65590366598040d1db511bedebb3e530bcdf8eacc619d6
2
SIZE (IO-AIO-3.65.tar.gz) = 108151
2
SIZE (IO-AIO-3.93.tar.gz) = 118505

Return to bug 159779