2017-10-12 21:00:13 +02:00
|
|
|
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= zodbpickle
|
2018-10-29 23:12:41 +01:00
|
|
|
PORTVERSION= 1.0.2
|
2017-10-12 21:00:13 +02:00
|
|
|
CATEGORIES= databases python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2018-10-29 23:12:41 +01:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2017-10-12 21:00:13 +02:00
|
|
|
COMMENT= Python pickling interface for ZODB
|
|
|
|
|
|
|
|
LICENSE= PSFL ZPL21
|
|
|
|
LICENSE_COMB= multi
|
|
|
|
|
|
|
|
USES= python
|
2018-10-29 23:12:41 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
2017-10-12 21:00:13 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|