openbsd-ports/devel/py-setuptools/Makefile
merdely 31fca52b6d Fix build of python ports with py-setuptools when devel/pyrex is
installed.  This fix is already included in the next version of
py-setuptools.

Help from Will Maier
ok djm@ naddy@
2008-02-29 17:19:05 +00:00

28 lines
703 B
Makefile

# $OpenBSD: Makefile,v 1.7 2008/02/29 17:19:05 merdely Exp $
COMMENT= simplified packaging system for Python modules
DISTNAME= setuptools-0.6c7
PKGNAME= py-${DISTNAME}p0
CATEGORIES= devel
PKG_ARCH= *
MAINTAINER= Damien Miller <djm@openbsd.org>
MASTER_SITES= http://cheeseshop.python.org/packages/source/s/setuptools/
HOMEPAGE= http://peak.telecommunity.com/DevCenter/setuptools
# Zope Public License or Python Software Foundation license
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
MODULES= lang/python
MODPY_SETUPTOOLS= Yes
# Override automatic py-setuptools depend to avoid recursion
MODPY_SETUPUTILS_DEPEND=
.include <bsd.port.mk>