aboutsummaryrefslogtreecommitdiff
path: root/games/rubygem-fortune_gem/Makefile
blob: cfa506a5634b4a326a0e3b506a93933cf83d9143 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	fortune_gem
PORTVERSION=	0.0.9
CATEGORIES=	games rubygems
MASTER_SITES=	RG

MAINTAINER=	mose@mose.com
COMMENT=	Unix fortune program, implemented as a ruby gem

LICENSE=	MIT

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem
PLIST_FILES=	bin/fortune_gem

.include <bsd.port.mk>