we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk.
25 lines
583 B
Makefile
Executable File
25 lines
583 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.13 2019/04/28 20:51:32 sthen Exp $
|
|
|
|
COMMENT= add support for i18n, documentation and icons to distutils
|
|
|
|
MODPY_EGG_VERSION= 2.38
|
|
DISTNAME= python-distutils-extra-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-distutils-extra-${MODPY_EGG_VERSION}
|
|
REVISION= 3
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://launchpad.net/python-distutils-extra/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= https://launchpad.net/python-distutils-extra/trunk/${MODPY_EGG_VERSION}/+download/
|
|
|
|
MODULES= lang/python
|
|
MODPY_SETUPTOOLS= Yes
|
|
FLAVORS = python3
|
|
FLAVOR ?=
|
|
|
|
.include <bsd.port.mk>
|