21 lines
402 B
Makefile
21 lines
402 B
Makefile
PORTNAME= histogram
|
|
PORTVERSION= 0.2.4.1
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Give objects the ability to 'histogram' in several useful ways
|
|
WWW= https://github.com/jtprince/histogram
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/histogram
|
|
|
|
SHEBANG_FILES= bin/histogram
|
|
|
|
.include <bsd.port.mk>
|