diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /devel/py-zope.interface/Makefile | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'devel/py-zope.interface/Makefile')
-rw-r--r-- | devel/py-zope.interface/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/devel/py-zope.interface/Makefile b/devel/py-zope.interface/Makefile deleted file mode 100644 index 4538cc307a84..000000000000 --- a/devel/py-zope.interface/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# 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> |