aboutsummaryrefslogblamecommitdiff
path: root/databases/py-pickledb/Makefile
blob: da1e3cf36c246e4fcc9677e2b9d9f6a52ff6c798 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                             

                        
                     



                                       
                                  
                                                             
 
                          
 
                                                                                     
 
                           
                                   
                   

                      
# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>

PORTNAME=	pickleDB
PORTVERSION=	0.6.2
CATEGORIES=	databases python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	python@FreeBSD.org
COMMENT=	Lightweight, fast, and simple key-value store

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR}

USES=		python:3.6+
USE_PYTHON=	autoplist distutils
NO_ARCH=	yes

.include <bsd.port.mk>