aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pickleshare/Makefile
blob: 087805f24eca9c400121a410a938bcb97893ed36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	pickleshare
PORTVERSION=	0.7.5
CATEGORIES=	databases python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Tiny shelve-like database with concurrency support
WWW=		https://github.com/pickleshare/pickleshare

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

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

.include <bsd.port.mk>