mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 18:10:38 -04:00
19 lines
296 B
Makefile
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>
|