23 lines
384 B
Makefile
23 lines
384 B
Makefile
# $OpenBSD: Makefile,v 1.2 2018/07/30 14:01:19 jasper Exp $
|
|
|
|
COMMENT= setuptools revision control system plugin for Git
|
|
|
|
MODPY_EGG_VERSION= 1.2
|
|
DISTNAME= setuptools-git-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= devel
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
FLAVORS= python3
|
|
FLAVOR ?=
|
|
|
|
.include <bsd.port.mk>
|