1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/bzr-stats/Makefile
Mathieu Arnold 00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00

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>