bufferevent_openssl_filter_new(). vagrant fixes, some build fixes, increased timeout for some tests (to reduce number of failures due to timing issues), date in RFC1123 format and running tests in parallel.
21 lines
499 B
Makefile
21 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/02/15 17:34:37 adam Exp $
|
|
|
|
.include "../../devel/libevent/Makefile.common"
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/libevent/libevent-rpcgen/:S/-stable//}
|
|
COMMENT= Python libevent rpcgen script
|
|
|
|
NO_BUILD= yes
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
REPLACE_PYTHON= event_rpcgen.py
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
|
|
do-configure:
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/event_rpcgen.py ${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|