opnsense-ports/devel/py-Products.ATReferenceBrowserWidget/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

22 lines
554 B
Makefile

# $FreeBSD$
PORTNAME= Products.ATReferenceBrowserWidget
PORTVERSION= 3.0
PORTREVISION= 1
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Reference widget for Archetypes
LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}archetypes.referencebrowserwidget>=0:devel/py-archetypes.referencebrowserwidget \
${PYTHON_PKGNAMEPREFIX}zope.deprecation>=0:devel/py-zope.deprecation
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>