aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-graf/Makefile
blob: bbdd8d45469342d797ddc7290a730fb6eb20abe7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	graf
PORTVERSION=	0.0.5
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Simple git log analyzer gem
WWW=		https://github.com/abhshkdz/graf

LICENSE=	MIT

NO_ARCH=	yes

USES=		gem
PLIST_FILES=	bin/graf

.include <bsd.port.mk>