blob: 71e0cb463b1c85985a689f0d5e5d89dc6c302994 (
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:${PORTSDIR}/devel/rubygem-trollop1 \
rubygem-paint>=0.8.5:${PORTSDIR}/devel/rubygem-paint
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/lolcat
.include <bsd.port.mk>
|