aboutsummaryrefslogtreecommitdiff
path: root/games/lolcat/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-13 17:03:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-13 17:03:30 +0000
commitb2713f97a299f8c3bf502eb46bb3caeb609cce9f (patch)
tree4522ff491ed1fbf41d4095140e0cf57c0e080801 /games/lolcat/Makefile
parentbc2391efcd5436d7def9618d55d5444dcdfd8385 (diff)
downloadports-b2713f97a299f8c3bf502eb46bb3caeb609cce9f.tar.gz
ports-b2713f97a299f8c3bf502eb46bb3caeb609cce9f.zip
Notes
Diffstat (limited to 'games/lolcat/Makefile')
-rw-r--r--games/lolcat/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/games/lolcat/Makefile b/games/lolcat/Makefile
deleted file mode 100644
index 4f530404ffed..000000000000
--- a/games/lolcat/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= lolcat
-PORTVERSION= 42.0.99
-PORTREVISION= 4
-CATEGORIES= games
-MASTER_SITES= RG
-
-MAINTAINER= ports@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
-USES= gem
-
-PLIST_FILES= bin/lolcat
-
-.include <bsd.port.mk>