1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/bzr-stats/Makefile

30 lines
578 B
Makefile

# Ports collection makefile for: bzr-stats
# Date created: 2011-02-27
# Whom: 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= cs@FreeBSD.org
COMMENT= Simple statistics plugin for bzr
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= bzr_stats
.include <bsd.port.mk>