mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +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>
|
||||
Reference in New Issue
Block a user