aboutsummaryrefslogtreecommitdiffstats
path: root/games/lolcat/Makefile
blob: a32ce281e8ff6bbee988f7838e7b513f92b3f3db (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
# $FreeBSD$

PORTNAME=   lolcat
PORTVERSION=    42.0.99
PORTREVISION=   4
CATEGORIES= games
MASTER_SITES=   RG

MAINTAINER= arved@FreeBSD.org
COMMENT=    Rainbows and unicorns

RUN_DEPENDS=    rubygem-trollop1>=1.9:devel/rubygem-trollop1 \
        rubygem-paint>=0.8.5:devel/rubygem-paint

NO_ARCH=    yes

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES=    bin/lolcat

.include <bsd.port.mk>