pkgsrc-wip/py-git/Makefile
Aleksej Saushev 887e628b41 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 11:54:18 +00:00

21 lines
585 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/07 11:54:40 asau Exp $
#
DISTNAME= GitPython-0.3.2.RC1
PKGNAME= ${PYPKGPREFIX}-git-0.3.2.rc1
CATEGORIES= devel python
MASTER_SITES= http://pypi.python.org/packages/source/G/GitPython/
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://gitorious.org/projects/git-python/
COMMENT= Python library used to interact with Git repositories
LICENSE= modified-bsd
#DEPENDS+= ${PYPKGPREFIX}-gitdb>=0.6.1:../../wip/py-gitdb
WRKSRC= ${WRKDIR}/GitPython-0.3.2.RC1
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"