mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
00d52a3e4c
While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
23 lines
412 B
Makefile
23 lines
412 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:devel/bzr
|
|
RUN_DEPENDS= bzr:devel/bzr
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|