26 lines
503 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2016/02/20 12:25:58 tobiasu Exp $
SHARED_ONLY = Yes
COMMENT = perl interface to libev
MODULES = cpan
2015-12-20 10:30:53 +00:00
DISTNAME = EV-4.22
2013-04-26 10:10:28 +00:00
CATEGORIES = devel
CPAN_AUTHOR = MLEHMANN
# Perl
PERMIT_PACKAGE_CDROM = Yes
2012-08-23 15:00:32 +00:00
WANTLIB = c pthread
2013-04-26 10:10:28 +00:00
BUILD_DEPENDS = ${RUN_DEPENDS}
2013-04-26 10:10:28 +00:00
RUN_DEPENDS = devel/libev \
devel/p5-common-sense \
devel/p5-Canary-Stability
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "sparc"
CONFIGURE_ENV += EV_EXTRA_DEFS="-DEV_NO_SMP"
.endif
.include <bsd.port.mk>