# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD: tags/RELEASE_10_0_0/ports-mgmt/portbuilder/Makefile 334233 2013-11-18 18:12:18Z dbn $

PORTNAME=	portbuilder
DISTVERSION=	0.1.5.4
PORTREVISION=	1
CATEGORIES=	ports-mgmt
MASTER_SITES=	http://cloud.github.com/downloads/DragonSA/portbuilder/

MAINTAINER=	dbn@FreeBSD.org
COMMENT=	Concurrent FreeBSD port builder

LICENSE=	BSD

USE_PYTHON=	2.6+
USE_PYDISTUTILS=yes
USE_XZ=		yes

PORTDOCS=	BUGS ChangeLog COPYRIGHT README

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
