ports/devel/py-gitdb/Makefile
Wen Heping 8ba9438053 - Update to 0.5.4
- Add license
- Depend on devel/py-async and devel/py-smmap

PR:		ports/158919
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 01:32:30 +00:00

25 lines
557 B
Makefile

# New ports collection makefile for: py-gitdb
# Date created: March 15, 2011
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= gitdb
PORTVERSION= 0.5.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Pure Python git object database
LICENSE= BSD
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}async>=0.6.1:${PORTSDIR}/devel/py-async \
${PYTHON_PKGNAMEPREFIX}smmap>=0.8.0:${PORTSDIR}/devel/py-smmap
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>