forked from Lainports/opnsense-ports
24 lines
596 B
Makefile
24 lines
596 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= plone.keyring
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= security python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Manage secrets
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3 \
|
|
${PYTHON_PKGNAMEPREFIX}zope.container>=0:devel/py-zope.container \
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
|
|
${PYTHON_PKGNAMEPREFIX}zope.location>=0:devel/py-zope.location
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|