1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/devel/bzr-fastimport/Makefile
Antoine Brodin 4f416c247c - Stage support
- Use PYDISTUTILS_AUTOPLIST
2014-01-17 21:57:41 +00:00

26 lines
594 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:${PORTSDIR}/devel/bzr
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr \
${PYTHON_SITELIBDIR}/fastimport/__init__.py:${PORTSDIR}/devel/py-fastimport
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>