mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
22 lines
578 B
Makefile
22 lines
578 B
Makefile
# 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
|
|
CATEGORIES= devel zope python
|
|
MASTER_SITES= http://www.zope.org/Products/ZopeInterface/${PORTVERSION}/ \
|
|
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= 2.2+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|