summaryrefslogtreecommitdiff
path: root/devel/py-zope.interface/Makefile
blob: 4538cc307a84430c61a2e0fdf9afdbdc668d0063 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	py-zopeInterface
# Date created:		13 April 2005
# Whom:	      		Neal Nelson <neal@nelson.name>
#
# $FreeBSD$
#

PORTNAME=	zopeInterface
PORTVERSION=	3.3.0.1
CATEGORIES=	devel zope python
MASTER_SITES=	http://cheeseshop.python.org/packages/source/z/zope.interface/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	zope.interface-${PORTVERSION}

MAINTAINER=	neal@nelson.name
COMMENT=	Zope.interface package from Zope 3

USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_NOEGGINFO=	yes
PYDISTUTILS_PKGNAME=	zope.interface
PYEASYINSTALL_ARCHDEP=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 600000
MANUAL_PACKAGE_BUILD=	does not build in tinderbox environment
.endif

.include <bsd.port.post.mk>