2011-11-11 08:46:27 +01:00
|
|
|
# New ports collection makefile for: py-zope.broken
|
|
|
|
# Date created: Nov 11, 2011
|
|
|
|
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zope.broken
|
|
|
|
PORTVERSION= 3.6.0
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= devel python zope
|
2011-11-11 08:46:27 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DIST_SUBDIR= zope
|
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2011-11-11 08:46:27 +01:00
|
|
|
COMMENT= Zope Broken Object Interfaces
|
|
|
|
|
|
|
|
LICENSE= ZPL21
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
USE_ZIP= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|