2007-10-08 04:22:38 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2007/10/08 08:22:40 steven Exp $
|
2006-09-26 11:25:49 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= simplified packaging system for Python modules
|
2006-09-26 11:25:49 -04:00
|
|
|
|
2007-03-25 06:24:52 -04:00
|
|
|
DISTNAME= setuptools-0.6c5
|
2007-10-08 04:22:38 -04:00
|
|
|
PKGNAME= ${DISTNAME:S/^/py-/}p1
|
2006-09-26 11:25:49 -04:00
|
|
|
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>
|