9e2b61ea87
ok fgsch@.
31 lines
757 B
Makefile
31 lines
757 B
Makefile
# $OpenBSD: Makefile,v 1.18 2011/12/14 20:25:11 rpointel Exp $
|
|
|
|
COMMENT= simplified packaging system for Python modules
|
|
|
|
MODPY_EGG_VERSION= 0.6c11
|
|
DISTNAME= setuptools-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME:S/c/./}
|
|
REVISION = 4
|
|
EPOCH = 0
|
|
CATEGORIES= devel
|
|
PKG_ARCH= *
|
|
|
|
MAINTAINER= Damien Miller <djm@openbsd.org>
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=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>
|