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

                          
                     



                                       
                                   




                                                  
                           
                                              

                      
# Created by: Mark Felder <feld@FreeBSD.org>

PORTNAME=	zodbpickle
PORTVERSION=	2.0.0
CATEGORIES=	databases python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Python pickling interface for ZODB

LICENSE=	PSFL ZPL21
LICENSE_COMB=	multi

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>