aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-zodbpickle/Makefile
blob: f79cb48c66f51f2c774d385ceaaaeff2ebffb337 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$

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

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

LICENSE=    PSFL ZPL21
LICENSE_COMB=   multi

USES=       python
USE_PYTHON= autoplist distutils

.include <bsd.port.mk>