2011-03-21 11:13:33 +01:00
|
|
|
# New ports collection makefile for: py-zope.component
|
|
|
|
# Date created: 2011-03-21
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zope.component
|
2011-11-18 03:01:14 +01:00
|
|
|
PORTVERSION= 3.12.0
|
2011-03-21 11:13:33 +01:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= Zope Component Architecture
|
|
|
|
|
2011-09-29 23:04:02 +02:00
|
|
|
LICENSE= ZPL21
|
2011-03-21 11:13:33 +01:00
|
|
|
|
2011-09-29 23:04:02 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.8.0:${PORTSDIR}/devel/py-zope.interface \
|
2011-10-08 03:52:14 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event
|
2011-09-29 23:04:02 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
DIST_SUBDIR= zope
|
2011-03-21 11:13:33 +01:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|