1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/py-fastimport/Makefile
Carlo Strub de637e039c This is the Python parser that was originally developed for bzr-fastimport, but
extracted so it can be used by other projects.
It is currently used by bzr-fastimport and dulwich. hg-fastimport and
git-remote-hg use a slightly modified version of it.

WWW: https://launchpad.net/python-fastimport

Feature safe:	yes
2012-11-19 21:20:34 +00:00

23 lines
451 B
Makefile

# Created by: Carlo Strub
# $FreeBSD$
#
PORTNAME= fastimport
PORTVERSION= 0.9.2
CATEGORIES= devel
MASTER_SITES= https://launchpadlibrarian.net/99879696/ \
http://www.c-s.li/ports/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cs@FreeBSD.org
COMMENT= Fastimport parser in Python
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/python-${PORTNAME}-${PORTVERSION}
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= fastimport
.include <bsd.port.mk>