aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-zope.interface/Makefile
blob: 047f56cd665f5f54425bf5583016079049c55648 (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
# New ports collection makefile for:    py-zopeInterface
# Date created:     13 April 2005
# Whom:             Neal Nelson <neal@nelson.name>
#
# $FreeBSD$
#

PORTNAME=   zope.interface
PORTVERSION=    3.8.0
CATEGORIES= devel zope python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   zope.interface-${PORTVERSION}

MAINTAINER= cvs-src@yandex.ru
COMMENT=    Interfaces for Python

LICENSE=    ZPL21

# Python 3 ready
USE_PYTHON= 2.5+
USE_PYDISTUTILS=    easy_install
PYDISTUTILS_NOEGGINFO=  yes
PYEASYINSTALL_ARCHDEP=  yes

.include <bsd.port.mk>