mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
19 lines
338 B
Makefile
19 lines
338 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ZopeUndo
|
|
PORTVERSION= 2.12.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= ZODB undo support for Zope2
|
|
|
|
LICENSE= ZPL21
|
|
|
|
USES= python zip
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|