00d52a3e4c
While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
22 lines
492 B
Makefile
22 lines
492 B
Makefile
# Created by: Carlo Strub
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bzr-fastimport
|
|
PORTVERSION= 0.13.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://launchpadlibrarian.net/94774555/ \
|
|
http://www.c-s.li/ports/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Provide fast loading of revision control data into bzr
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= bzr:devel/bzr
|
|
RUN_DEPENDS= bzr:devel/bzr \
|
|
${PYTHON_SITELIBDIR}/fastimport/__init__.py:devel/py-fastimport
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|