aboutsummaryrefslogtreecommitdiff
path: root/irc/rubygem-cinch/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2011-10-30 06:07:06 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2011-10-30 06:07:06 +0000
commit6abae6437f8b97d8afa77081427783d05512e02d (patch)
tree9043b1031d80fb2f2183c26ba69db8fcba06ef8b /irc/rubygem-cinch/Makefile
parentaa30306eee7379a945379674ca687e22b5ce90a2 (diff)
downloadports-6abae6437f8b97d8afa77081427783d05512e02d.tar.gz
ports-6abae6437f8b97d8afa77081427783d05512e02d.zip
Notes
Diffstat (limited to 'irc/rubygem-cinch/Makefile')
-rw-r--r--irc/rubygem-cinch/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/irc/rubygem-cinch/Makefile b/irc/rubygem-cinch/Makefile
new file mode 100644
index 000000000000..5b1ef627e1e8
--- /dev/null
+++ b/irc/rubygem-cinch/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: rubygem-cinch
+# Date created: October 30, 2011
+# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= cinch
+PORTVERSION= 1.1.3
+CATEGORIES= irc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= The IRC Bot Building Framework
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.pre.mk>
+.if ${RUBY_VER} == 1.8
+IGNORE= Only works with 1.9
+.endif
+.include <bsd.port.post.mk>