mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 03:21:17 +02:00
add py-8
This commit is contained in:
19
python/py-simplejson/Makefile
Normal file
19
python/py-simplejson/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
|
||||
# $FreeBSD: head/devel/py-simplejson/Makefile 522961 2020-01-13 17:49:17Z sunpoet $
|
||||
|
||||
PORTNAME= simplejson
|
||||
PORTVERSION= 3.17.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Simple, fast, extensible JSON encoder/decoder
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/simplejson/_speedups.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user