22 lines
562 B
Makefile
22 lines
562 B
Makefile
# Created by: Xin Li <delphij@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ujson
|
|
PORTVERSION= 1.35
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= delphij@FreeBSD.org
|
|
COMMENT= Ultra fast JSON encoder and decoder for Python
|
|
|
|
LICENSE= BSD3CLAUSE TclTk
|
|
LICENSE_COMB= multi
|
|
LICENSE_NAME_TclTk= Tcl/Tk License
|
|
LICENSE_TEXT_TclTk= http://www.tcl.tk/software/tcltk/license.html
|
|
LICENSE_PERMS_TclTk= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|