freebsd-ports/devel/py-zope.exceptions/Makefile
Greg Larkin 649ed43937 - Chase repocopy of devel/py-zopeInterace to devel/py-zope.interface
PR:		ports/160846
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-09-29 21:18:00 +00:00

24 lines
539 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.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= General Zope Exceptions
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>