mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
add py-*
This commit is contained in:
26
python/py-bjoern/Makefile
Normal file
26
python/py-bjoern/Makefile
Normal file
@@ -0,0 +1,26 @@
|
||||
# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
||||
# $FreeBSD: head/www/py-bjoern/Makefile 524442 2020-01-27 20:10:50Z sunpoet $
|
||||
|
||||
PORTNAME= bjoern
|
||||
PORTVERSION= 3.1.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Fast Python WSGI server
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libev.so:devel/libev
|
||||
|
||||
USES= localbase python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
LDFLAGS+= -lc
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/*.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-bjoern/distinfo
Normal file
3
python/py-bjoern/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1580125367
|
||||
SHA256 (bjoern-3.1.0.tar.gz) = 01f3b601cf0ab0a9c7cb9c8f944ab7c738baaa6043ca82db20e9bd7a9be5767b
|
||||
SIZE (bjoern-3.1.0.tar.gz) = 42061
|
||||
5
python/py-bjoern/pkg-descr
Normal file
5
python/py-bjoern/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
bjoern, is a fast and ultra-lightweight asynchronous HTTP/1.1 WSGI server. It
|
||||
uses Marc Lehmann's hight performance libev event loop and Ryan Dahl's
|
||||
http-parser.
|
||||
|
||||
WWW: https://github.com/jonashaag/bjoern
|
||||
Reference in New Issue
Block a user