24 lines
390 B
Makefile
24 lines
390 B
Makefile
# $OpenBSD: Makefile,v 1.5 2020/07/03 21:12:49 sthen Exp $
|
|
|
|
COMMENT= setuptools revision control system plugin for Git
|
|
|
|
MODPY_EGG_VERSION= 1.2
|
|
DISTNAME= setuptools-git-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 1
|
|
|
|
CATEGORIES= devel
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
FLAVORS= python3
|
|
FLAVOR ?=
|
|
|
|
.include <bsd.port.mk>
|