33 lines
652 B
Makefile
33 lines
652 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/13 09:53:47 espie Exp $
|
||
|
|
||
|
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
|
||
|
|
||
|
|
||
|
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>
|