openbsd-ports/devel/p5-Coro/Makefile

38 lines
754 B
Makefile
Raw Normal View History

2012-08-23 11:00:32 -04:00
# $OpenBSD: Makefile,v 1.4 2012/08/23 15:05:15 sthen Exp $
2012-07-04 08:47:50 -04:00
BROKEN-powerpc= Segmentation fault during build
COMMENT = coroutines for perl
SHARED_ONLY = Yes
MODULES = cpan
DISTNAME = Coro-5.25
2012-08-23 11:00:32 -04:00
REVISION = 0
CATEGORIES = devel
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
2010-12-20 17:21:25 -05:00
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>