naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

28 lines
550 B
Makefile

# $OpenBSD: Makefile,v 1.11 2016/03/20 19:56:17 naddy Exp $
COMMENT = coroutines for perl
MODULES = cpan
DISTNAME = Coro-6.42
CATEGORIES = devel
# perl
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c perl
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
# 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>