freebsd-ports/devel/py-zope.exceptions/Makefile

27 lines
559 B
Makefile
Raw Normal View History

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