22 lines
383 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.18 2019/07/12 20:44:52 sthen Exp $
COMMENT = perl interface to libev
MODULES = cpan
2015-12-20 10:30:53 +00:00
DISTNAME = EV-4.22
REVISION = 0
2013-04-26 10:10:28 +00:00
CATEGORIES = devel
CPAN_AUTHOR = MLEHMANN
# Perl
PERMIT_PACKAGE = Yes
WANTLIB = c perl 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
.include <bsd.port.mk>