freebsd-ports/devel/bzr-fastimport/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

24 lines
539 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
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>