1PORTNAME= histogram 2PORTVERSION= 0.2.4.1 3CATEGORIES= graphics rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Give objects the ability to 'histogram' in several useful ways 8WWW= https://github.com/jtprince/histogram 9 10LICENSE= mit 11LICENSE_FILE= ${WRKSRC}/LICENSE 12 13USES= gem shebangfix 14 15NO_ARCH= yes 16 17PLIST_FILES= bin/histogram 18 19SHEBANG_FILES= bin/histogram 20 21.include <bsd.port.mk> 22