ports/devel/rubygem-graf/Makefile
2021-04-06 16:31:07 +02:00

19 lines
296 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= graf
PORTVERSION= 0.0.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple git log analyzer gem
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/graf
.include <bsd.port.mk>