blob: bc031bf4d0cfbdaaae757b26edaa762137e49d1f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem shebangfix
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/histogram
SHEBANG_FILES= bin/histogram
.include <bsd.port.mk>
|