mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
24 lines
474 B
Makefile
24 lines
474 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= MultiMapping
|
|
PORTVERSION= 2.13.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Special MultiMapping objects used in Zope2
|
|
|
|
LICENSE= ZPL21
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:${PORTSDIR}/devel/py-ExtensionClass
|
|
|
|
USES= zip
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|