pkgsrc/devel/py-libevent-rpcgen/Makefile
adam 8da8c1a402 Libevent 2.1.8-stable, it contains openssl fixes for resetting fd and using
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.
2017-02-15 17:34:37 +00:00

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"