aboutsummaryrefslogtreecommitdiff
path: root/devel/bzr-stats/Makefile
blob: 4a424f0410909c16a287f68b40b8fc8c334624e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Carlo Strub
# $FreeBSD$

PORTNAME=	bzr-stats
PORTVERSION=	0.1.0
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	http://launchpadlibrarian.net/65203347/ \
		http://www.c-s.li/ports/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Simple statistics plugin for bzr

BUILD_DEPENDS=	bzr:devel/bzr
RUN_DEPENDS=	bzr:devel/bzr

LICENSE=	GPLv2

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>