mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
29 lines
905 B
Makefile
29 lines
905 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Products.ZSQLMethods
|
|
PORTVERSION= 2.13.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= SQL method support for Zope 2
|
|
|
|
LICENSE= ZPL21
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition \
|
|
${PYTHON_PKGNAMEPREFIX}DateTime>=0:devel/py-DateTime \
|
|
${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:devel/py-ExtensionClass \
|
|
${PYTHON_PKGNAMEPREFIX}Missing>=0:devel/py-Missing \
|
|
${PYTHON_PKGNAMEPREFIX}Persistence>=0:devel/py-Persistence \
|
|
${PYTHON_PKGNAMEPREFIX}Record>=0:devel/py-Record \
|
|
${PYTHON_PKGNAMEPREFIX}transaction>=0:devel/py-transaction \
|
|
zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3 \
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface
|
|
|
|
USES= python zip
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|