21 lines
357 B
Makefile
21 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/04/26 10:10:28 sthen Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
COMMENT = perl interface to libev
|
|
|
|
MODULES = cpan
|
|
DISTNAME = EV-4.15
|
|
CATEGORIES = devel
|
|
CPAN_AUTHOR = MLEHMANN
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c pthread
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/libev \
|
|
devel/p5-common-sense
|
|
|
|
.include <bsd.port.mk>
|