302f26a0fd
- Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/zopefoundation/zodbpickle/blob/master/CHANGES.rst
19 lines
391 B
Makefile
19 lines
391 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zodbpickle
|
|
PORTVERSION= 1.0.2
|
|
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
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|