1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/devel/py-gitpython/Makefile
2011-03-16 00:31:25 +00:00

23 lines
467 B
Makefile

# New ports collection makefile for: py-GitPython
# Date created: 2006-07-18
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= GitPython
PORTVERSION= 0.3.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python Git Library
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gitdb>0:${PORTSDIR}/devel/py-gitdb
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>