ports/devel/py-zope.component/Makefile
Greg Larkin 137678f338 - Updated to 3.11.0 after devel/py-zope.interface upgrade
- Fixed *_DEPENDS due to py-zope.interface rename

PR:		ports/160987
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:	clsung (maintainer)
2011-09-29 21:04:02 +00:00

27 lines
658 B
Makefile

# New ports collection makefile for: py-zope.component
# Date created: 2011-03-21
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= zope.component
PORTVERSION= 3.11.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Zope Component Architecture
LICENSE= ZPL21
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.8.0:${PORTSDIR}/devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}zopeevent>=0:${PORTSDIR}/devel/py-zopeevent
RUN_DEPENDS:= ${BUILD_DEPENDS}
DIST_SUBDIR= zope
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>