freebsd-ports/devel/py-zope.exceptions/Makefile
Wen Heping c8366573f4 - Update to 3.6.0
- Update my mail address to FreeBSD
2010-05-03 06:28:15 +00:00

24 lines
538 B
Makefile

# New ports collection makefile for: py-zope.exceptions
# Date created: 18 Aug, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= zope.exceptions
PORTVERSION= 3.6.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= General Zope Exceptions
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/devel/py-zopeInterface
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>