freebsd-ports/devel/bzr-scmproj/Makefile

23 lines
431 B
Makefile
Raw Normal View History

2013-10-05 21:05:57 +02:00
# 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/
2013-10-05 21:04:33 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Organise and manage a collection of bzr branches
LICENSE= GPLv2
BUILD_DEPENDS= bzr:devel/bzr
RUN_DEPENDS= bzr:devel/bzr
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>