2009-08-18 22:39:35 +02:00
|
|
|
# New ports collection makefile for: py-zope.exceptions
|
|
|
|
# Date created: 18 Aug, 2009
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zope.exceptions
|
2011-08-11 13:46:56 +02:00
|
|
|
PORTVERSION= 3.6.1
|
2011-09-29 23:18:00 +02:00
|
|
|
PORTREVISION= 1
|
2009-08-18 22:39:35 +02:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2010-05-03 08:28:15 +02:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2009-08-18 22:39:35 +02:00
|
|
|
COMMENT= General Zope Exceptions
|
|
|
|
|
2011-09-29 23:18:00 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface
|
2009-08-18 22:39:35 +02:00
|
|
|
|
2011-08-11 13:46:56 +02:00
|
|
|
USE_ZIP= yes
|
|
|
|
USE_PYTHON= yes
|
2009-08-18 22:39:35 +02:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|