openbsd-ports/devel/p5-Coro/Makefile
2012-07-04 12:47:50 +00:00

35 lines
731 B
Makefile

# $OpenBSD: Makefile,v 1.3 2012/07/04 12:47:50 ajacoutot Exp $
BROKEN-powerpc= Segmentation fault during build
COMMENT = coroutines for perl
SHARED_ONLY = Yes
MODULES = cpan
DISTNAME = Coro-5.25
CATEGORIES = devel
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/p5-Event>=0.89 \
devel/p5-AnyEvent>=5.00 \
devel/p5-EV>=3.3 \
devel/p5-common-sense \
devel/p5-Guard>=0.5
REGRESS_DEPENDS = ${RUN_DEPENDS}
# will use hand-made assembler on i386/amd64
# can force it to use sjlj like on other platforms, to
# check things work.
# CONFIGURE_ENV = CORO_INTERFACE=s
.include <bsd.port.mk>