2016-01-07 21:35:27 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2016/01/07 21:35:28 jasper Exp $
|
2013-01-21 14:30:56 +00:00
|
|
|
|
|
|
|
COMMENT= library used to interact with Git repositories
|
|
|
|
|
|
|
|
# There's no real stable release, but this is the most used
|
|
|
|
# version available.
|
2015-09-29 09:02:54 +00:00
|
|
|
MODPY_EGG_VERSION= 0.3.2rc1
|
2016-01-07 21:35:27 +00:00
|
|
|
REVISION = 2
|
2015-09-29 09:02:54 +00:00
|
|
|
DISTNAME= GitPython-0.3.2.RC1
|
2013-01-21 14:30:56 +00:00
|
|
|
PKGNAME= py-${DISTNAME:S/.RC1//}
|
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2015-04-02 14:21:12 +00:00
|
|
|
MODPY_PI = Yes
|
|
|
|
MODPY_PI_DIR = G/GitPython
|
2013-01-21 14:30:56 +00:00
|
|
|
|
|
|
|
MODULES= lang/python
|
|
|
|
|
|
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
|
2015-09-29 10:51:53 +00:00
|
|
|
RUN_DEPENDS= devel/py-gitdb
|
2013-01-21 14:30:56 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|