We also agreed that it should be pip${MODPY_VERSION} instead of pip-${MODPY_VERSION}, so as to fall in line with the convention we use for other Python tools. From Seth Jackson, OK benoit@. Thanks.
25 lines
450 B
Makefile
25 lines
450 B
Makefile
# $OpenBSD: Makefile,v 1.16 2014/10/08 23:38:55 edd Exp $
|
|
|
|
COMMENT = Python easy_install replacement
|
|
|
|
MODPY_EGG_VERSION = 1.5.6
|
|
DISTNAME = pip-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://www.pip-installer.org/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_PYPI:=p/pip/}
|
|
|
|
MODULES = lang/python
|
|
MODPY_SETUPTOOLS = Yes
|
|
NO_TEST = Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR ?=
|
|
|
|
.include <bsd.port.mk>
|