freebsd-ports/devel/bzr-stats/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

24 lines
483 B
Makefile

# 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:${PORTSDIR}/devel/bzr
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>