1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/py-zope.interface/Makefile
Rong-En Fan 60bad46c42 - Use features from bsd.python.mk for Egg support
- Prevent build package on pointyhat for 5.x. See the thread

  http://docs.freebsd.org/cgi/mid.cgi?6eb82e0710200218q4719ba69h536a4da492c2f097

  for details.

Approved by:	maintainer (implicit, in private communication)
2007-10-24 01:34:57 +00:00

31 lines
744 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.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>