baa887a2ca
having a runtime dependency on groff, ccache and nonsense like that.
24 lines
461 B
Makefile
24 lines
461 B
Makefile
# $OpenBSD: Makefile,v 1.4 2011/10/05 17:30:57 jasper Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
COMMENT = perl interface to libev
|
|
|
|
MODULES = cpan
|
|
DISTNAME = EV-3.9
|
|
REVISION = 1
|
|
CATEGORIES = devel
|
|
CPAN_AUTHOR = MLEHMANN
|
|
|
|
# Perl
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
WANTLIB = pthread
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/libev
|
|
REGRESS_DEPENDS = devel/p5-common-sense
|
|
|
|
.include <bsd.port.mk>
|