freebsd-ports/devel/bzr-scmproj/Makefile
Antoine Brodin d317f6311c - Stage support
- Use PYDISTUTILS_AUTOPLIST
2014-01-20 19:51:58 +00:00

23 lines
474 B
Makefile

# Created by: Carlo Strub
# $FreeBSD$
PORTNAME= bzr-scmproj
PORTVERSION= 0.6.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://launchpadlibrarian.net/101701273/ \
http://www.c-s.li/ports/
MAINTAINER= ports@FreeBSD.org
COMMENT= Organise and manage a collection of bzr branches
LICENSE= GPLv2
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>