freebsd-ports/devel/bzr-colo/Makefile
Antoine Brodin b0950699b3 - Stage support
- Use PYDISTUTILS_AUTOPLIST
2014-01-17 21:42:36 +00:00

24 lines
512 B
Makefile

# Created by: Carlo Strub
# $FreeBSD$
PORTNAME= bzr-colo
PORTVERSION= 0.4.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://launchpadlibrarian.net/91504187/ \
http://www.c-s.li/ports/
MAINTAINER= ports@FreeBSD.org
COMMENT= Plugin for bzr to support colocated branches
LICENSE= GPLv2
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>