22 lines
383 B
Makefile
22 lines
383 B
Makefile
# $OpenBSD: Makefile,v 1.18 2019/07/12 20:44:52 sthen Exp $
|
|
|
|
COMMENT = perl interface to libev
|
|
|
|
MODULES = cpan
|
|
DISTNAME = EV-4.22
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
CPAN_AUTHOR = MLEHMANN
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c perl pthread
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/libev \
|
|
devel/p5-common-sense \
|
|
devel/p5-Canary-Stability
|
|
|
|
.include <bsd.port.mk>
|