opnsense-ports/devel/py-Products.MimetypesRegistry/Makefile

28 lines
818 B
Makefile

# $FreeBSD$
PORTNAME= Products.MimetypesRegistry
PORTVERSION= 2.0.8
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= MIME type handling for Zope
DEPRECATED= Outdated, uses EOLed python27
EXPIRATION_DATE= 2020-02-05
LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.contenttype>=0:devel/py-zope.contenttype@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:devel/py-Products.CMFCore@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition@${PY_FLAVOR} \
zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3@${PY_FLAVOR}
USES= python:2.7 zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>