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

                           
                     



                                       
                                


                                                                  
                                 
 
                           


                                   
                      
# Created by: Yuri Victorovich <yuri@rawbw.com>

PORTNAME=	pickleshare
PORTVERSION=	0.7.5
CATEGORIES=	databases python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Tiny shelve-like database with concurrency support

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

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

.include <bsd.port.mk>